You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ClientCreateNativeSocialLogin interface does not have an option to to set the Google social login to false unlike the Management API at https://auth0.com/docs/api/management/v2/clients/post-clients. The web client I'm creating with the library has a Google login button enabled by default on the Universal Login page which is unwanted behavior.
Management API:
auth0 SDK:
Reproduction
Try to create a new Client and cannot specify the google parameter on the ClientCreateNativeSocialLogin interface.
Additional context
No response
node-auth0 version
4.3.1
Node.js version
v18
The text was updated successfully, but these errors were encountered:
Checklist
Description
The ClientCreateNativeSocialLogin interface does not have an option to to set the Google social login to false unlike the Management API at https://auth0.com/docs/api/management/v2/clients/post-clients. The web client I'm creating with the library has a Google login button enabled by default on the Universal Login page which is unwanted behavior.
Management API:
auth0 SDK:
Reproduction
Try to create a new Client and cannot specify the google parameter on the ClientCreateNativeSocialLogin interface.
Additional context
No response
node-auth0 version
4.3.1
Node.js version
v18
The text was updated successfully, but these errors were encountered: