forked from Ivasoft/geovisio-website
wip
This commit is contained in:
@@ -44,7 +44,10 @@ router.beforeEach(async (to: RouteLocationNormalized) => {
|
||||
} catch (e) {
|
||||
console.log('2222222222')
|
||||
console.log(e)
|
||||
cookies.keys().forEach((cookie) => cookies.remove(cookie))
|
||||
cookies.keys().forEach((cookie) => {
|
||||
console.log(cookies)
|
||||
console.log(cookie)
|
||||
})
|
||||
}
|
||||
if (!isLogged && authRequired) {
|
||||
console.log('33333333')
|
||||
|
||||
Reference in New Issue
Block a user