Hello there
I got a button action before login (or register) to account
before :
after:
do there any possibility to disabled the button before ?
Hello there
I got a button action before login (or register) to account
before :
after:
do there any possibility to disabled the button before ?
Hey there @bat welcome to the community!
Where exactly are you getting the Auth0 button prior to login? You’ll need a way to initiate the call to /authorize which brings up the universal login widget, but that much is up to you.
hi thx for your reply
it is when I use signin from next-auth/react
then after I get the red/orange button on a other page
and I put authprovider next-auth/react :
clientId: “xxx”,
clientSecret: “xxx”,
issuer: “xxx.com”