I am new to Auth0 so apologies if this is a simple question. I’ve search Google and the community and have been unable to find an answer.
In my Next.js app I am able to sign-up, sign-in and sign-out. The only issue I am having is that there is no close button on the sing-in/sign-up form. I would like to give the user a graceful way to back out of the form.
I would assume that that this would be a standard feature. Am I missing something.
Any help will be appreciated.
Thanks in advance.