fix: settings

This commit is contained in:
Dominik Pschenitschni 2024-11-08 22:24:21 +01:00
parent 20b77061ad
commit c781be2d86
1 changed files with 4 additions and 1 deletions

View File

@ -32,7 +32,10 @@ import { useConfigStore } from '@/stores/config'
import { useAuthStore } from '@/stores/auth'
import {useRoute} from 'vue-router'
definePage({ name: 'user.settings' })
definePage({
name: 'user.settings',
redirect: {name: 'user.settings.general'},
})
const { t } = useI18n({useScope: 'global'})
useTitle(() => t('user.settings.title'))