Compare commits

..

No commits in common. "816c659b5cf50968595bf5f10fd395b21d1a7af8" and "898fb41030886155ef66762a0f20cc87be638ef8" have entirely different histories.

View file

@ -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.'
);
this.emailForm.reset();
setTimeout(() => {
this.closeDialog.emit();
this.switchToLogin.emit();
}, 2000);
},
error: (err) => {
this.isLoading.set(false);