Preparing the repository

This commit is contained in:
charles-gauthereau
2025-01-02 18:41:18 +01:00
parent 7f39ade34a
commit be47e9e93d
@@ -100,11 +100,11 @@ export const LoginForm = (props: loginFormProps) => {
</Link>
</div>
</Form>
{env.NEXT_PUBLIC_GOOGLE_AUTH ?
{/*{env.NEXT_PUBLIC_GOOGLE_AUTH ?*/}
<SocialAuthButton/>
:null}
{/*:null}*/}
</CardContent>
</Card>
</TooltipProvider>