feat: add titles for settings
This commit is contained in:
parent
9a167ee990
commit
377c015c91
11 changed files with 66 additions and 7 deletions
|
@ -2,6 +2,12 @@
|
|||
import { fileOpen } from 'browser-fs-access'
|
||||
import type { UserLogin } from '~/types'
|
||||
|
||||
const { t } = useI18n()
|
||||
|
||||
useHeadFixed({
|
||||
title: () => `${t('settings.users.label')} | ${t('nav.settings')}`,
|
||||
})
|
||||
|
||||
const loggedInUsers = useUsers()
|
||||
|
||||
async function exportTokens() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue