Set up the Webauthn settings view

This commit is contained in:
Bubka
2023-10-05 14:09:04 +02:00
parent 2cd5b40ae3
commit b59ad21755
6 changed files with 263 additions and 11 deletions

View File

@ -1,7 +1,7 @@
<script setup>
const tabs = ref([
{
'name' : wTrans('settings.options'),
'name' : trans('settings.options'),
'view' : 'settings.options',
'id' : 'lnkTabOptions'
},
@ -15,11 +15,11 @@
// 'view' : 'settings.oauth.tokens',
// 'id' : 'lnkTabOAuth'
// },
// {
// 'name' : wTrans('settings.webauthn'),
// 'view' : 'settings.webauthn.devices',
// 'id' : 'lnkTabWebauthn'
// },
{
'name' : trans('settings.webauthn'),
'view' : 'settings.webauthn.devices',
'id' : 'lnkTabWebauthn'
},
])
const props = defineProps({