|
@@ -344,6 +344,10 @@ export class ForgetPasswordComponent implements OnDestroy, OnInit {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ returnLogin() {
|
|
|
+ this.router.navigate([this.registerUrl], { queryParams: { account: this.account.value || '' } });
|
|
|
+ }
|
|
|
+
|
|
|
RSALong(publicKey: string, value: string): string {
|
|
|
const encrypt = new window.JSEncrypt();
|
|
|
encrypt.setPublicKey(publicKey);
|