From 9edce4dfa5f7c4efecd0f39fb4fd4a4c9863fe6e Mon Sep 17 00:00:00 2001 From: l3wdfut4pwr l3wdfut4pwr Date: Sat, 31 Jan 2026 20:33:22 +0200 Subject: add register and reset dialogs --- src/components/header/AuthDialog.tsx | 72 ++++++++++++++++++++++-------------- 1 file changed, 45 insertions(+), 27 deletions(-) (limited to 'src/components/header/AuthDialog.tsx') diff --git a/src/components/header/AuthDialog.tsx b/src/components/header/AuthDialog.tsx index c1f359e..c125c66 100644 --- a/src/components/header/AuthDialog.tsx +++ b/src/components/header/AuthDialog.tsx @@ -3,23 +3,18 @@ import { DialogContent } from '@/components/ui/dialog'; import { Input } from '@/components/ui/input'; import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui/tabs'; import GoogleIcon from '../../../public/icons/google.svg'; +import { InputField } from '../ui/inputfield'; export function AuthDialog() { return (
- - + + Вход - + Регистрация
-
- -
-
- -
+ +
- -
+ +
+ +
+ + + + +
+
+
- -
+ +
+
+ ВОССТАНОВЛЕНИЕ ПАРОЛЯ +
+ + Введите никнейм или почту, с помощью + которых входите в аккаунт. + + +
+
+ +
+
-- cgit v1.3-3-g829e