From 93b7faa3b214e68dd7ea40d805e4063032cf25c0 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 12 Mar 2021 19:38:08 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 +- ayanova/src/views/login.vue | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 3521efb9..423a2891 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -190,7 +190,7 @@ todo: research practicality of supporting SMS from server for things like notifi todo: 2fa is going to be an absolute must have pretty soon, look into what's involved again https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3395 - + todo: user list shoudl show 2fa enabled todo TEST ON LINUX diff --git a/ayanova/src/views/login.vue b/ayanova/src/views/login.vue index a3edb7b5..37f5ff82 100644 --- a/ayanova/src/views/login.vue +++ b/ayanova/src/views/login.vue @@ -12,6 +12,8 @@ :label="authEnterPin" required :error-messages="pinError" + @keyup.enter="tfaVerify" + autofocus > @@ -21,7 +23,7 @@ {{ authVerifyCode }}