From 11cf6696ff98583c955d366f9ec7e3812794bda9 Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Wed, 1 May 2024 13:28:01 +0300 Subject: [PATCH] sign-in changes --- pages/auth/signin.tsx | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/pages/auth/signin.tsx b/pages/auth/signin.tsx index ab1b988..3f32bac 100644 --- a/pages/auth/signin.tsx +++ b/pages/auth/signin.tsx @@ -58,20 +58,26 @@ export default function SignIn({ csrfToken }) {
- {/* SSO Providers */} + {/* Section for Social Sign-On Providers */}
+

Влез чрез социални медии

- {/* Add more buttons for other SSO providers here in similar style */}
- {/* Email and Password Form */} -
+ {/* Divider (Optional) */} +
+
+
+ + {/* Local Account Email and Password Form */} + +

Влез с локален акаунт

@@ -98,11 +104,11 @@ export default function SignIn({ csrfToken }) { Влез {/* */} + type="button" + className="mt-4 w-full flex justify-center py-2 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-blue-600 hover:text-blue-700 focus:outline-none" + onClick={() => router.push('/auth/reset-password')}> + Забравена парола? + */}