edit styles, add vk-button and initial setup for vk auth
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user