Custom Credentials Login page.
I want to use a custom credentials login page. I am new to t3 and nextAuth. can anyone help me with it. I have already added credentials log in as I added the picture. I made some research but nothing i found actually helped.
3 Replies
Pages | NextAuth.js
NextAuth.js automatically creates simple, unbranded authentication pages for handling Sign in, Sign out, Email Verification and displaying error messages.
Make the pages in your app and register them following the documentation.
thanks