What is the convention for customizing sign-in pages in NextAuth
Is there any example of custom pages for NextAuth authentication, something that I can follow the similar setup from as with my generated T3 app?
Bear in my mind I did read the NextAuth documentation - but I am still having trouble with figuring out why the setup as they described won't work, and I think it must have something to do with how the server and client structure is setup.
I followed this example:
https://next-auth.js.org/configuration/pages
Bear in my mind I did read the NextAuth documentation - but I am still having trouble with figuring out why the setup as they described won't work, and I think it must have something to do with how the server and client structure is setup.
I followed this example:
https://next-auth.js.org/configuration/pages
NextAuth.js automatically creates simple, unbranded authentication pages for handling Sign in, Sign out, Email Verification and displaying error messages.
