Compare commits
2 commits
898fb41030
...
816c659b5c
Author | SHA1 | Date | |
---|---|---|---|
816c659b5c |
|||
d02c3d24f1 |
1 changed files with 4 additions and 0 deletions
|
@ -87,6 +87,10 @@ export class RecoverPasswordComponent implements OnInit {
|
|||
'Wenn ein Konto mit dieser E-Mail existiert, wird eine E-Mail mit weiteren Anweisungen gesendet.'
|
||||
);
|
||||
this.emailForm.reset();
|
||||
setTimeout(() => {
|
||||
this.closeDialog.emit();
|
||||
this.switchToLogin.emit();
|
||||
}, 2000);
|
||||
},
|
||||
error: (err) => {
|
||||
this.isLoading.set(false);
|
||||
|
|
Reference in a new issue