Commit 9b2b998d authored by dev0tion's avatar dev0tion

Navigate to decryption after recovery of a wallet

parent 49a739d1
...@@ -107,6 +107,8 @@ export class RecoverComponent implements OnInit { ...@@ -107,6 +107,8 @@ export class RecoverComponent implements OnInit {
response => { response => {
if (response.status >= 200 && response.status < 400) { if (response.status >= 200 && response.status < 400) {
this.responseMessage = response; this.responseMessage = response;
alert("Your wallet has been recovered. \nYou will be redirected to the decryption page.");
this.router.navigate([''])
} }
}, },
error => { error => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment