edit styles, add vk-button and initial setup for vk auth

This commit is contained in:
smanylov
2025-12-15 17:32:30 +07:00
parent b0d1b954dd
commit 79df200ccb
9 changed files with 128 additions and 6 deletions
+4
View File
@@ -5,6 +5,7 @@ import Link from 'next/link';
import LoginForm from '@/app/ui/login-form';
import LanguageSwitcher from '@/app/components/LanguageSwitcher';
import { useTranslations } from 'next-intl';
import VKLogin from '@/app/components/VKLogin';
export const metadata: Metadata = {
title: 'Login',
@@ -32,6 +33,9 @@ export default function Page() {
{t('or-log-in-via')}
</span>
</div>
<div>
<VKLogin />
</div>
<div className={`${styles['register-link']}`}>
<p>{t('no-account')}?
<Link href="register"> {t('register')}</Link>