mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
feat(password-recovery): Add LDAP password recovery
This commit is contained in:
@@ -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