Skip to content

Commit

Permalink
Lego/patch login 2 (#59)
Browse files Browse the repository at this point in the history
# Summary
- Update text to move to CommunityOS
- TMP hiding the signup magic link
- Include google as provider for Login (It's already on AI Hackaton)
  • Loading branch information
joseglego authored Oct 9, 2024
1 parent 9d44107 commit 568c74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const Login = () => {
</div>

<Auth
providers={["github", "twitter"]}
providers={["github", "twitter", "google"]}
supabaseClient={supabaseClient}
socialLayout="horizontal"
showLinks={false}
Expand Down

0 comments on commit 568c74a

Please sign in to comment.