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

Merge branch 'redmine-issues/24200' into 'develop'

REDMINE_ISSUE-24200 | Déconnexion OGS <-> GC

See merge request !871
parents 5407024d 653cb5ba
No related branches found
No related tags found
1 merge request!871REDMINE_ISSUE-24200 | Déconnexion OGS <-> GC
......@@ -105,6 +105,7 @@ const updateOnlineStatus = () => {
* Regularly updates the user status if using external auth to keep the frontend updated with backend.
*/
function handleLogout() {
store.dispatch('LOGOUT');
if (store.state.user) {
store.commit('SET_USER', false);
store.commit('SET_USER_PERMISSIONS', null);
......
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