mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-15 13:24:54 +00:00
feat(password-recovery): Add LDAP password recovery
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -153,9 +153,7 @@
|
||||
this.restoreLogin = function() {
|
||||
vm.loginState = false;
|
||||
delete vm.creds.verificationCode;
|
||||
if (vm.isInPasswordRecoveryMode()) {
|
||||
vm.passwordRecoveryAbort();
|
||||
}
|
||||
vm.passwordRecoveryAbort();
|
||||
};
|
||||
|
||||
this.continueLogin = function() {
|
||||
|
||||
Reference in New Issue
Block a user