mirror of
https://github.com/requarks/wiki.git
synced 2026-08-26 21:27:10 -05:00
feat: logout by auth strategy + keycloak implementation
This commit is contained in:
@@ -462,8 +462,7 @@ export default {
|
||||
}
|
||||
},
|
||||
logout () {
|
||||
Cookies.remove('jwt')
|
||||
window.location.assign('/')
|
||||
window.location.assign('/logout')
|
||||
},
|
||||
goHome () {
|
||||
window.location.assign('/')
|
||||
|
||||
Reference in New Issue
Block a user