mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
[change-password] Fix password change js
Not sure what rl.hash.set() is supposed to do, but it is undefined, which causes an exeption, which in turn provides an error message even when the password was successfully changed.
This commit is contained in:
parent
1d65ec5345
commit
6c5106dbd2
1 changed files with 0 additions and 1 deletions
|
|
@ -117,7 +117,6 @@
|
|||
this.newPassword('');
|
||||
this.newPassword2('');
|
||||
this.passwordUpdateSuccess(true);
|
||||
rl.hash.set();
|
||||
rl.settings.set('AuthAccountHash', data.Result);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue