|
@@ -85,6 +85,7 @@ export default Vue.extend({
|
|
|
},
|
|
|
loginOut () {
|
|
|
apiLoginOut({}).then(() => {
|
|
|
+ Cookie.remove('user', { domain: process.env.VUE_APP_SaaS_DOMAIN })
|
|
|
loginStore().setAuth(false)
|
|
|
Cookie.remove('access_token')
|
|
|
window.location.href = this.apiDomain
|