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')}> + Забравена парола? + */}