This commit is contained in:
@@ -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
|
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
|
https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3395
|
||||||
|
todo: user list shoudl show 2fa enabled
|
||||||
todo TEST ON LINUX
|
todo TEST ON LINUX
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,8 @@
|
|||||||
:label="authEnterPin"
|
:label="authEnterPin"
|
||||||
required
|
required
|
||||||
:error-messages="pinError"
|
:error-messages="pinError"
|
||||||
|
@keyup.enter="tfaVerify"
|
||||||
|
autofocus
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
<v-card-actions>
|
<v-card-actions>
|
||||||
@@ -21,7 +23,7 @@
|
|||||||
<v-spacer></v-spacer>
|
<v-spacer></v-spacer>
|
||||||
<v-btn
|
<v-btn
|
||||||
color="blue darken-1"
|
color="blue darken-1"
|
||||||
:disabled="pin==null || pin.length==0"
|
:disabled="pin == null || pin.length == 0"
|
||||||
text
|
text
|
||||||
@click="tfaVerify()"
|
@click="tfaVerify()"
|
||||||
>{{ authVerifyCode }}</v-btn
|
>{{ authVerifyCode }}</v-btn
|
||||||
|
|||||||
Reference in New Issue
Block a user