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 }}