mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 21:57:47 +02:00
Set up the Webauthn settings view
This commit is contained in:
@ -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({
|
||||
|
Reference in New Issue
Block a user