diff --git a/web/components/account/email-code-form.tsx b/web/components/account/email-code-form.tsx index ffaca2e6b..b71a92756 100644 --- a/web/components/account/email-code-form.tsx +++ b/web/components/account/email-code-form.tsx @@ -153,7 +153,7 @@ export const EmailCodeForm: React.FC = (Props) => {

Promise!

) : ( -

+

Sign in with the email you used to sign up for Plane

)} diff --git a/web/components/account/google-login.tsx b/web/components/account/google-login.tsx index 7f07d4bbe..c4d9bacca 100644 --- a/web/components/account/google-login.tsx +++ b/web/components/account/google-login.tsx @@ -29,7 +29,6 @@ export const GoogleLoginButton: FC = (props) => { theme: "outline", size: "large", logo_alignment: "center", - width: 384, text: "signin_with", } as GsiButtonConfiguration // customization attributes );