Bug on auth google.

This commit is contained in:
charlesgauthereau
2025-11-11 10:32:27 +01:00
parent 7dfd9f02e8
commit f42cb37d67
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -9,9 +9,9 @@ export const metadata: Metadata = {
export default async function SignInPage() {
const authGoogleEnabled = env.AUTH_GOOGLE_METHOD;
if (!authGoogleEnabled) {
notFound()
}
// if (!authGoogleEnabled) {
// notFound()
// }
return (
<div className="mx-auto grid w-full gap-6">
<LoginForm authGoogleEnabled={authGoogleEnabled}/>