diff --git a/ayanova/src/views/login.vue b/ayanova/src/views/login.vue index dd8cf88d..8bc106ad 100644 --- a/ayanova/src/views/login.vue +++ b/ayanova/src/views/login.vue @@ -515,7 +515,7 @@ export default { this.cancel = res.data.cancel; this.pin = null; //prompt for 2fa - tfaDialog = true; + this.tfaDialog = true; return; }