Cookies
This commit is contained in:
@ -108,7 +108,7 @@ export const useGameStore = defineStore('game', {
|
||||
useCookies().remove('token', {
|
||||
// for whole domain
|
||||
// @TODO : #190
|
||||
// domain: window.location.hostname.split('.').slice(-2).join('.')
|
||||
domain: window.location.hostname.split('.').slice(-2).join('.')
|
||||
})
|
||||
|
||||
// this.isAssetsLoaded = false
|
||||
|
Reference in New Issue
Block a user