changed a lot regarding rec state, etc.
This commit is contained in:
@@ -120,7 +120,6 @@
|
||||
this.redirectTarget = this.$route.query.redirectionTarget;
|
||||
}
|
||||
this.redirect_interval = window.setInterval(() => {
|
||||
console.log(this.redirectTime);
|
||||
this.redirectTime = this.redirectTime - 1;
|
||||
if (this.redirectTime < 0) {
|
||||
clearInterval(this.redirect_interval);
|
||||
@@ -141,8 +140,7 @@
|
||||
},
|
||||
authenticated() {
|
||||
return this.$store.getters.isAuthenticated;
|
||||
}
|
||||
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user