fix: add default oauth user url

This commit is contained in:
David Nguyen
2025-02-23 18:49:22 +11:00
parent 01dccb7916
commit d4c1bad407
8 changed files with 84 additions and 80 deletions

View File

@ -16,7 +16,7 @@ import { PasswordForm } from '~/components/forms/password';
import { SettingsHeader } from '~/components/general/settings-header';
import { appMetaTags } from '~/utils/meta';
import type { Route } from './+types/security';
import type { Route } from './+types/security._index';
export function meta() {
return appMetaTags('Security');