Skip to content
Snippets Groups Projects
Commit a143569e authored by Timothee P's avatar Timothee P :sunflower:
Browse files

fix(auth): periodically check all external auth sessions for disconnection

parent 3b4503ce
No related branches found
No related tags found
1 merge request!860REDMINE_ISSUE-24200 | Déconnexion OGS <-> GC
......@@ -170,7 +170,7 @@ const onConfigLoaded = async (config) => {
updateOnlineStatus();
// Update the user status at regular intervals if using external auth.
if (config.VUE_APP_LOGIN_URL && config.VUE_APP_DISABLE_LOGIN_BUTTON) {
if (config.VUE_APP_LOGIN_URL) {
updateUserStatus();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment