[O] Log when cookies doesn't exist

This commit is contained in:
Hykilpikonna
2019-10-23 20:20:54 -04:00
parent a4b7e0fd46
commit c732d475f1
+4
View File
@@ -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');
}
}
/**