Skip to content

Commit

Permalink
Merge pull request #89 from reslear/patch-1
Browse files Browse the repository at this point in the history
docs: correct context link in google-signin-button.md
  • Loading branch information
kasvith authored Oct 30, 2024
2 parents abd23d7 + 2ca616f commit 0aa9c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/google-signin-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This button renders default Google SignIn Button using Google API.
- **Type**: `string`
- **Default**: `use`
- **Allowed**: `"signin" | "signup" | "use"`
- [Read More](https://developers.google.com/identity/gsi/web/reference/js-reference#nonce)
- [Read More](https://developers.google.com/identity/gsi/web/reference/js-reference#context)

This field changes the text of the title and messages in the One Tap prompt.

Expand Down Expand Up @@ -202,4 +202,4 @@ This event can be used to handle password credentials.
This event emitted when the `one-tap` prop is set to `true`. This can be used to handle the prompt of one tap UI.

- **Arguments**: `PromptMomentNotification`
- [Read More](https://developers.google.com/identity/gsi/web/reference/js-reference#PromptMomentNotification)
- [Read More](https://developers.google.com/identity/gsi/web/reference/js-reference#PromptMomentNotification)

0 comments on commit 0aa9c33

Please sign in to comment.