Merge pull request #2083 from maxberger/master

UI: Clear Errors in Login Form on show
This commit is contained in:
Peter Bieringer
2026-04-12 06:57:57 +02:00
committed by GitHub

View File

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