mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 00:08:51 +00:00
feat(password-recovery): Fix undefined in URL when click on back button
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
@@ -281,7 +281,7 @@
|
||||
this.passwordRecovery.passwordRecoveryToken = null;
|
||||
this.passwordRecovery.passwordRecoverySecondaryEmailText = null;
|
||||
this.passwordRecovery.passwordRecoveryMailDomain = null;
|
||||
$window.location.href = vm.url;
|
||||
$window.location.reload(true);
|
||||
};
|
||||
|
||||
this.usernameChanged = function () {
|
||||
|
||||
Reference in New Issue
Block a user