diff --git a/v2/thirdparty/custom-ui/thirdparty-login.mdx b/v2/thirdparty/custom-ui/thirdparty-login.mdx index b82f45512..b2f409a0a 100644 --- a/v2/thirdparty/custom-ui/thirdparty-login.mdx +++ b/v2/thirdparty/custom-ui/thirdparty-login.mdx @@ -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": "...", @@ -818,7 +818,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \ --data-raw '{ "thirdPartyId": "google", "clientType": "...", - "redirecURIInfo": { + "redirectURIInfo": { "redirectURIOnProviderDashboard": "", "redirectURIQueryParams": { "code": "...", diff --git a/v2/thirdpartyemailpassword/custom-ui/thirdparty-login.mdx b/v2/thirdpartyemailpassword/custom-ui/thirdparty-login.mdx index 1c058627d..9cbbcfa9f 100644 --- a/v2/thirdpartyemailpassword/custom-ui/thirdparty-login.mdx +++ b/v2/thirdpartyemailpassword/custom-ui/thirdparty-login.mdx @@ -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": "...", @@ -821,7 +821,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \ --data-raw '{ "thirdPartyId": "google", "clientType": "...", - "redirecURIInfo": { + "redirectURIInfo": { "redirectURIOnProviderDashboard": "", "redirectURIQueryParams": { "code": "...", diff --git a/v2/thirdpartypasswordless/custom-ui/thirdparty-login.mdx b/v2/thirdpartypasswordless/custom-ui/thirdparty-login.mdx index 7280e7b0c..bfc49de02 100644 --- a/v2/thirdpartypasswordless/custom-ui/thirdparty-login.mdx +++ b/v2/thirdpartypasswordless/custom-ui/thirdparty-login.mdx @@ -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": "...", @@ -821,7 +821,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \ --data-raw '{ "thirdPartyId": "google", "clientType": "...", - "redirecURIInfo": { + "redirectURIInfo": { "redirectURIOnProviderDashboard": "", "redirectURIQueryParams": { "code": "...",