Merge pull request #2083 from maxberger/master
UI: Clear Errors in Login Form on show
This commit is contained in:
@@ -145,6 +145,7 @@ export class LoginScene {
|
|||||||
}
|
}
|
||||||
|
|
||||||
show() {
|
show() {
|
||||||
|
this._errorHandler.clearError();
|
||||||
this._remove_logout();
|
this._remove_logout();
|
||||||
this._fill_form();
|
this._fill_form();
|
||||||
this._form.onsubmit = () => this._onlogin();
|
this._form.onsubmit = () => this._onlogin();
|
||||||
|
|||||||
Reference in New Issue
Block a user