[O] Log when cookies doesn't exist
This commit is contained in:
@@ -39,6 +39,10 @@ export default class Login extends Vue
|
|||||||
// Already contains valid token / TODO: Validate
|
// Already contains valid token / TODO: Validate
|
||||||
this.$emit('login:token', this.$cookies.get('va.token'));
|
this.$emit('login:token', this.$cookies.get('va.token'));
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
console.log('Cookies doesn\'t exist');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user