fix link
This commit is contained in:
@@ -53,10 +53,6 @@ export class TokensComponent implements OnInit {
|
||||
if (params.token) {
|
||||
this.itemService.redeemSecret(params.token).subscribe((data: any) => {
|
||||
this.update();
|
||||
this.router.navigate(
|
||||
['.'],
|
||||
{ relativeTo: this.route }
|
||||
);
|
||||
}, error => {
|
||||
this.form.get('token').patchValue(params.token);
|
||||
if (error.status == 410) {
|
||||
|
||||
Reference in New Issue
Block a user