Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: correct context link in google-signin-button.md #89

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)