feat: phone number validation
This commit is contained in:
15
app/verify-phone/page.tsx
Normal file
15
app/verify-phone/page.tsx
Normal file
@ -0,0 +1,15 @@
|
||||
import Logo from "@/components/Logo/Logo";
|
||||
import PageItem from "@/components/PageBlock/PageItem";
|
||||
import PageContainer from "@/components/PageContainer/PageContainer";
|
||||
import VerifyPhoneForm from "@/components/VerifyPhoneForm/VerifyPhoneForm";
|
||||
|
||||
export default function CreateIdPage() {
|
||||
return (
|
||||
<PageContainer center>
|
||||
<PageItem fullScreenMobile>
|
||||
<Logo title={"Введите код, отправленный на номер"} />
|
||||
<VerifyPhoneForm />
|
||||
</PageItem>
|
||||
</PageContainer>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user