Open Kimblis opened 3 months ago
These are my options:
<GoogleOAuthProvider clientId={import.meta.env.VITE_GOOGLE_CLIENT_ID}> <GoogleLogin onSuccess={onSuccess} onError={onError} width={matchesMobile ? 300 : 400} logo_alignment="left" auto_select={false} useOneTap={false} theme="outline" /> </GoogleOAuthProvider>
However I still see this: And I don't like this drastic layout shift. How can I turn this off? ...
Completely agree the button is completely messed up and the toggle doesn't work.
just for a couple of seconds I do get the proper button:
These are my options:
However I still see this: And I don't like this drastic layout shift. How can I turn this off? ...