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