feat(password-recovery): Fix undefined in URL when click on back button

This commit is contained in:
smizrahi
2022-10-19 15:41:39 +02:00
parent 119e3870cf
commit b7531bc59b
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -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 () {