Skip to content

Commit

Permalink
fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Jan 4, 2024
1 parent 6e35160 commit aa8325a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions v2/thirdparty/custom-ui/thirdparty-login.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
--data-raw '{
"thirdPartyId": "apple",
"clientType": "...",
"redirecURIInfo": {
"redirectURIInfo": {
"redirectURIOnProviderDashboard": "^{form_apiDomain}^{form_apiBasePath}/callback/apple",
"redirectURIQueryParams": {
"code": "...",
Expand Down Expand Up @@ -818,7 +818,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
--data-raw '{
"thirdPartyId": "google",
"clientType": "...",
"redirecURIInfo": {
"redirectURIInfo": {
"redirectURIOnProviderDashboard": "",
"redirectURIQueryParams": {
"code": "...",
Expand Down
4 changes: 2 additions & 2 deletions v2/thirdpartyemailpassword/custom-ui/thirdparty-login.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
--data-raw '{
"thirdPartyId": "apple",
"clientType": "...",
"redirecURIInfo": {
"redirectURIInfo": {
"redirectURIOnProviderDashboard": "^{form_apiDomain}^{form_apiBasePath}/callback/apple",
"redirectURIQueryParams": {
"code": "...",
Expand Down Expand Up @@ -821,7 +821,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
--data-raw '{
"thirdPartyId": "google",
"clientType": "...",
"redirecURIInfo": {
"redirectURIInfo": {
"redirectURIOnProviderDashboard": "",
"redirectURIQueryParams": {
"code": "...",
Expand Down
4 changes: 2 additions & 2 deletions v2/thirdpartypasswordless/custom-ui/thirdparty-login.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
--data-raw '{
"thirdPartyId": "apple",
"clientType": "...",
"redirecURIInfo": {
"redirectURIInfo": {
"redirectURIOnProviderDashboard": "^{form_apiDomain}^{form_apiBasePath}/callback/apple",
"redirectURIQueryParams": {
"code": "...",
Expand Down Expand Up @@ -821,7 +821,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
--data-raw '{
"thirdPartyId": "google",
"clientType": "...",
"redirecURIInfo": {
"redirectURIInfo": {
"redirectURIOnProviderDashboard": "",
"redirectURIQueryParams": {
"code": "...",
Expand Down

0 comments on commit aa8325a

Please sign in to comment.