[O] Add todo: update token each access
This commit is contained in:
@@ -35,6 +35,7 @@ export default class Login extends Vue
|
||||
}
|
||||
|
||||
// Already contains valid token / TODO: Validate
|
||||
// TODO: Update token each access
|
||||
this.$emit('login:token', this.$cookies.get('va.token'));
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user