auth serializer
This commit is contained in:
7
frontend/app/(urls)/privacy-policy/page.tsx
Normal file
7
frontend/app/(urls)/privacy-policy/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from 'react'
|
||||
|
||||
const page = () => {
|
||||
return <div>page</div>
|
||||
}
|
||||
|
||||
export default page
|
||||
@@ -27,9 +27,7 @@ const RegisterPage = () => {
|
||||
return (
|
||||
<div className="flex items-center justify-center p-12">
|
||||
<div className="flex w-full max-w-xl md:max-w-3xl lg:max-w-3xl flex-col gap-4 bg-white rounded-2xl shadow-lg p-6">
|
||||
<h1 className="text-2xl text-center py-1">
|
||||
Давайте познакомимся поближе!
|
||||
</h1>
|
||||
<h1 className="text-2xl py-1">Давайте познакомимся поближе!</h1>
|
||||
|
||||
<ClientRegistrationForm />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user