fix(users): don't look up for users when they change language on root page

This commit is contained in:
Hivert Quentin
2025-01-22 16:16:47 +01:00
parent beb0d9cb1b
commit 29e00f3e9e
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -198,7 +198,7 @@
this.changeLanguage = function ($event) {
// Reload page
$window.location.href = ApplicationBaseURL + 'login?language=' + this.creds.language;
$window.location.href = ApplicationBaseURL + 'changeLanguage?language=' + this.creds.language;
};
this.canChangePassword = function (form) {