/** * Linked Accounts Settings Page * Manage linked OAuth provider accounts */ 'use client'; import { useTranslations } from 'next-intl'; import { LinkedAccountsSettings } from '@/components/settings'; export default function LinkedAccountsPage() { const t = useTranslations('settings.linkedAccounts'); return (
{t('pageSubtitle')}