Clear password field on failed login attempts
This commit is contained in:
@@ -168,6 +168,7 @@ class AccountMenuCtrl extends PureCtrl {
|
||||
this.syncManager.unlockSyncing();
|
||||
await this.setFormDataState({
|
||||
status: null,
|
||||
user_password: null
|
||||
});
|
||||
const error = response
|
||||
? response.error
|
||||
|
||||
Reference in New Issue
Block a user