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