confirm token in 2fa challenge

This commit is contained in:
Čarodej
2022-04-05 09:52:49 +02:00
parent 9f783fcd95
commit 10d8b592ea
13 changed files with 127 additions and 66 deletions
@@ -68,7 +68,7 @@ export default {
data() {
return {
isLoading: false,
password: '',
password: undefined,
args: undefined,
}
},