This commit is contained in:
wh1te909
2020-09-23 22:04:27 +00:00
parent b5003ca7a3
commit 4a3379cdfb

View File

@@ -53,7 +53,6 @@ export default {
.then(r => {
this.$q.loading.hide();
console.log(r.data);
if (r.data === "TOTP token already set") {
this.$router.push({ name: "Login" });
} else {