You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** The Google [logo alignment](https://developers.google.com/identity/gsi/web/reference/js-reference#logo_alignment): left or center */
86
86
logo_alignment?: 'left'|'center';
87
87
/** The button [width](https://developers.google.com/identity/gsi/web/reference/js-reference#width), in pixels */
88
-
width?: string;
88
+
width?: string|number;
89
89
/** If set, then the button [language](https://developers.google.com/identity/gsi/web/reference/js-reference#locale) is rendered */
90
90
locale?: string;
91
91
/** If set, this [function](https://developers.google.com/identity/gsi/web/reference/js-reference#click_listener) will be called when the Sign in with Google button is clicked. */
0 commit comments