Clear Errors in Login Form on show

This commit is contained in:
Max Berger
2026-04-11 23:10:47 +02:00
parent 8f524bf627
commit a32cc13e53

View File

@@ -145,6 +145,7 @@ export class LoginScene {
}
show() {
this._errorHandler.clearError();
this._remove_logout();
this._fill_form();
this._form.onsubmit = () => this._onlogin();