Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
Update LoginPage.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
domdomegg authored Jan 5, 2024
1 parent 7918bac commit b2cd23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const GoogleLoginButton: React.FC<LoginButtonProps> = ({ setError, setLoading })
try {
const user = await new UserManager(googleUserManagerSettings).signinPopup({
extraQueryParams: {
hd: 'bluedotimpact.org',
hd: 'bluedot.org',
},
});
setLoading(true);
Expand Down

0 comments on commit b2cd23b

Please sign in to comment.