Skip to content

Commit

Permalink
Fix a typo that makes CAS logged users required to change password fo…
Browse files Browse the repository at this point in the history
…rever
  • Loading branch information
libreliu committed Jun 12, 2024
1 parent c79f11e commit 2ea2672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const store = new Vuex.Store({
userID: response.data.userID,
username: response.data.username,
isSuperUser: response.data.isSuperUser,
isisPasswordStrong: response.data.isPasswordStrong
isPasswordStrong: response.data.isPasswordStrong
});
} else if (!response.data.isLoggedIn && this.state.loggedIn) {
console.log("[ INFO ] Login state invalidated, do logOut");
Expand Down

0 comments on commit 2ea2672

Please sign in to comment.