chore: missing i18n key

This commit is contained in:
dap
2024-10-20 12:46:15 +08:00
parent b0a862a448
commit e8640a59ae
2 changed files with 3 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ const coreRoutes: RouteRecordRaw[] = [
{
component: () => import('#/views/_core/social-callback/index.vue'),
meta: {
title: $t('page.core.oauthLogin'),
title: $t('page.auth.oauthLogin'),
},
name: 'OAuthRedirect',
path: '/social-callback',