alert("Your wallet has been created. Please write down your 12 word passphrase: \n"+this.mnemonic+"\nYou will be redirected to the decryption page.");
alert("Your wallet has been created.\n\nPlease write down your 12 word passphrase: \n"+this.mnemonic+"\n\nYou will be redirected to the decryption page.");
this.router.navigate(['']);
}
},
...
...
@@ -106,7 +106,7 @@ export class CreateComponent {