removed vuejs logger completely, upgraded to vue 4.x validation not yet working
This commit is contained in:
@@ -162,7 +162,6 @@
|
||||
this.$store.dispatch('storeTokens', JSON.parse(atob(this.$cookies.get('tokens'))));
|
||||
this.$cookies.remove('tokens');
|
||||
}
|
||||
this.$log.debug(this.$cookies.keys());
|
||||
|
||||
this.$nextTick(() => {
|
||||
if (this.authenticated) {
|
||||
|
||||
Reference in New Issue
Block a user