mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-02-11 23:00:21 +00:00
change casing on totp setup response
This commit is contained in:
@@ -52,7 +52,7 @@ export default {
|
||||
.then(r => {
|
||||
this.$q.loading.hide();
|
||||
|
||||
if (r.data === "TOTP token already set") {
|
||||
if (r.data === "totp token already set") {
|
||||
//don't logout user if totp is already set
|
||||
this.cleared_token = true;
|
||||
this.$router.push({ name: "Login" });
|
||||
|
||||
Reference in New Issue
Block a user