Skip to content

Commit

Permalink
docs(readme.md): update width type
Browse files Browse the repository at this point in the history
  • Loading branch information
i7N3 committed Jul 28, 2023
1 parent 0e8193c commit c840574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ const hasAccess = hasGrantedAnyScopeGoogle(
| | text | `signin_with` \| `signup_with` \| `continue_with` \| `signin` | Button [text](https://developers.google.com/identity/gsi/web/reference/js-reference#text). For example, "Sign in with Google", "Sign up with Google" or "Sign in" |
| | shape | `rectangular` \| `pill` \| `circle` \| `square` | Button [shape](https://developers.google.com/identity/gsi/web/reference/js-reference#shape) |
| | logo_alignment | `left` \| `center` | Google [logo alignment](https://developers.google.com/identity/gsi/web/reference/js-reference#logo_alignment) |
| | width | `string` | button [width](https://developers.google.com/identity/gsi/web/reference/js-reference#width), in pixels |
| | width | `number` | button [width](https://developers.google.com/identity/gsi/web/reference/js-reference#width), in pixels |
| | locale | `string` | If set, then the button [language](https://developers.google.com/identity/gsi/web/reference/js-reference#locale) is rendered |
| | useOneTap | `boolean` | Activate One-tap sign-up or not |
| | promptMomentNotification | `(notification: PromptMomentNotification) => void` | [PromptMomentNotification](https://developers.google.com/identity/gsi/web/reference/js-reference) methods and description |
Expand Down

0 comments on commit c840574

Please sign in to comment.