Skip to content
Snippets Groups Projects
Verified Commit 22476961 authored by Janis Streib's avatar Janis Streib :owl:
Browse files

ADD: logout on global logout (closes #784)

parent 6d9a9fef
No related branches found
No related tags found
No related merge requests found
Pipeline #407753 passed with warnings
......@@ -184,6 +184,7 @@ export default {
}
},
async global_logout() {
await this.$store.dispatch('doLogout')
window.location.href = 'https://idp.scc.kit.edu/idp/profile/Logout'
}
},
......
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