auth serializer

This commit is contained in:
2025-05-18 12:23:05 +03:00
parent 48d286cf55
commit be46e09aeb
9 changed files with 178 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
import React from 'react'
const page = () => {
return <div>page</div>
}
export default page

View File

@@ -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 />