Merge branch 'main' into feature

# Conflicts:
#	app/(auth)/login/page.tsx
This commit is contained in:
charlesgauthereau
2025-11-22 14:18:50 +01:00
+2 -4
View File
@@ -9,12 +9,10 @@ export const metadata: Metadata = {
export default async function SignInPage() {
const authGoogleEnabled = env.AUTH_GOOGLE_METHOD;
// if (!authGoogleEnabled) {
// notFound()
// }
return (
<div className="mx-auto grid w-full gap-6">
<LoginForm authGoogleEnabled={authGoogleEnabled}/>
</div>
)
}
}