Add WebAuthn authentication

This commit is contained in:
Bubka
2022-03-15 14:47:07 +01:00
parent 9f574feada
commit f3c6b9da5b
43 changed files with 2417 additions and 229 deletions

View File

@ -34,6 +34,10 @@
'name' : this.$t('settings.oauth'),
'view' : 'settings.oauth'
},
{
'name' : this.$t('settings.webauthn'),
'view' : 'settings.webauthn'
},
]
}
},