import { useTranslations } from 'next-intl' import LogoIcon from '@/app/ui/logo-icon'; import styles from '@/app/styles/login.module.scss'; import Link from 'next/link'; import RegisterForm from '@/app/ui/forms/register-form'; import LanguageSwitcher from '@/app/components/LanguageSwitcher'; import ForgotPasswordForm from '@/app/ui/forms/forgot-password-form'; export default function Page() { const t = useTranslations('Login-register-form'); return (
{t('recover-password')}
{t('already-have-an-account')}? {t('login')}
{t('no-account')}? {t('register')}