From 09807a1c856638ddd6822f2937d44a6736fe94c5 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 12 Mar 2021 18:50:20 +0000 Subject: [PATCH] --- ayanova/src/views/login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }