diff --git a/src/components/login/login.ts b/src/components/login/login.ts index fb70275..d63b44f 100644 --- a/src/components/login/login.ts +++ b/src/components/login/login.ts @@ -39,6 +39,10 @@ export default class Login extends Vue // Already contains valid token / TODO: Validate this.$emit('login:token', this.$cookies.get('va.token')); } + else + { + console.log('Cookies doesn\'t exist'); + } } /**