diff --git a/web/src/components/features/auth/LoginForm.tsx b/web/src/components/features/auth/LoginForm.tsx
index 146ccc3b8..3a4ecfc14 100644
--- a/web/src/components/features/auth/LoginForm.tsx
+++ b/web/src/components/features/auth/LoginForm.tsx
@@ -218,6 +218,7 @@ const LoginOptions: React.FC<{
}}>
}
+ size={'tall'}
onClick={() => {
clearAllCookies();
onSignInWithGoogle();
@@ -228,6 +229,7 @@ const LoginOptions: React.FC<{
}
+ size={'tall'}
onClick={() => {
clearAllCookies();
onSignInWithGithub();
@@ -238,6 +240,7 @@ const LoginOptions: React.FC<{
}
+ size={'tall'}
onClick={() => {
clearAllCookies();
onSignInWithAzure();
@@ -307,6 +310,7 @@ const LoginOptions: React.FC<{
show={signUpFlow && disableSubmitButton && !!password}
placement="top">