-
Notifications
You must be signed in to change notification settings - Fork 212
@W-20279798 support setting passwordless login mode in config #3492
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
Changes from all commits
7f7d493
5012c78
f4368a2
d697aa9
53a54a3
0db1dad
391c537
7362f46
587b3c2
4dc22cc
ea88027
0f3f211
66bcafa
cb345aa
465b813
3737c6e
9dc54b1
2a39c76
a4e1cfd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -156,6 +156,7 @@ const CommerceApiProvider = (props: CommerceApiProviderProps): ReactElement => { | |
| organizationId, | ||
| shortCode, | ||
| siteId, | ||
| locale, | ||
| proxy, | ||
| redirectURI, | ||
| headers, | ||
|
|
@@ -177,6 +178,7 @@ const CommerceApiProvider = (props: CommerceApiProviderProps): ReactElement => { | |
| organizationId, | ||
| shortCode, | ||
| siteId, | ||
| locale, | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the locale that is passed to the For example, |
||
| proxy, | ||
| redirectURI, | ||
| headers, | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
simplified mode selection to respect user's explicit mode choice while still defaulting to callback mode for backward compatibility