proper HTML
This commit is contained in:
@ -70,15 +70,16 @@ export default function SignIn({ csrfToken }) {
|
|||||||
src="https://authjs.dev/img/providers/google.svg" className="mr-2" />
|
src="https://authjs.dev/img/providers/google.svg" className="mr-2" />
|
||||||
Влез чрез Google
|
Влез чрез Google
|
||||||
</button>
|
</button>
|
||||||
|
{/* Apple Sign-In Button */}
|
||||||
|
<button onClick={() => signIn('apple', { callbackUrl: '/' })}
|
||||||
|
className="mt-4 flex items-center justify-center w-full py-3 px-4 border border-gray-300 rounded-md shadow-sm text-sm font-medium text-gray-700 bg-white hover:bg-gray-50">
|
||||||
|
<img loading="lazy" height="24" width="24" alt="Apple logo"
|
||||||
|
src="https://authjs.dev/img/providers/apple.svg" className="mr-2" />
|
||||||
|
Влез чрез Apple
|
||||||
|
</button>
|
||||||
{/* Add more buttons for other SSO providers here in similar style */}
|
{/* Add more buttons for other SSO providers here in similar style */}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{/* Apple Sign-In Button */}
|
|
||||||
<button onClick={() => signIn('apple', { callbackUrl: '/' })}
|
|
||||||
className="mt-4 flex items-center justify-center w-full py-3 px-4 border border-gray-300 rounded-md shadow-sm text-sm font-medium text-gray-700 bg-white hover:bg-gray-50">
|
|
||||||
<img loading="lazy" height="24" width="24" alt="Apple logo"
|
|
||||||
src="https://authjs.dev/img/providers/apple.svg" className="mr-2" />
|
|
||||||
Влез чрез Apple
|
|
||||||
</button>
|
|
||||||
|
|
||||||
{/* Divider (Optional) */}
|
{/* Divider (Optional) */}
|
||||||
<div className="w-full max-w-xs mt-8 mb-8">
|
<div className="w-full max-w-xs mt-8 mb-8">
|
||||||
|
Reference in New Issue
Block a user