This commit is contained in:
Lurkars
2021-03-14 20:33:34 +01:00
parent bb96636571
commit 88efd55aee
4 changed files with 8 additions and 8 deletions
-4
View File
@@ -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) {