Skip to content

Commit

Permalink
Redirecting to queue after logout
Browse files Browse the repository at this point in the history
  • Loading branch information
midhunmanoj2024 committed Jul 29, 2024
1 parent 21c0f27 commit 7de3602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theq",
"version": "2.1.6",
"version": "2.1.7",
"private": true,
"description": "Theq",
"author": "Scott Rumsby <scott.rumsby@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Login/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export default class Login extends Vue {
}
logout () {
this.$keycloak.logout()
this.$keycloak.logout({ redirectUri: window.location.origin + '/queue' })
this.clearStorage()
}
Expand Down

0 comments on commit 7de3602

Please sign in to comment.