added 2FA

This commit is contained in:
2024-04-26 22:16:21 +03:00
parent 53cadc289a
commit f17a002ac6
38 changed files with 1036 additions and 414 deletions

View File

@@ -1,10 +1,3 @@
import type { Metadata } from 'next'
export const metadata: Metadata = {
title: 'key',
description: '...',
}
const AboutPage = () => {
return <>ABOUT</>
}

View File

@@ -5,7 +5,6 @@ import { Button } from '@/components/ui/button'
import LoginButton from '@/components/auth/login-button'
import Image from 'next/image'
import wolf from '@/img/Gray wolf portrait.jpg'
import { Grid } from 'react-loader-spinner'
const font = Poppins({
subsets: ['latin'], weight: ['600'],