diff --git a/src/components/LoginPage.tsx b/src/components/LoginPage.tsx index e84a765..c3fec4e 100644 --- a/src/components/LoginPage.tsx +++ b/src/components/LoginPage.tsx @@ -60,7 +60,7 @@ const GoogleLoginButton: React.FC = ({ setError, setLoading }) try { const user = await new UserManager(googleUserManagerSettings).signinPopup({ extraQueryParams: { - hd: 'bluedotimpact.org', + hd: 'bluedot.org', }, }); setLoading(true);