mickasmt / next-saas-stripe-starter

Open-source SaaS Starter with User Roles & Admin Panel. Built using Next.js 14, Prisma, Neon, Auth.js v5, Resend, React Email, Shadcn/ui, Stripe, Server Actions.
https://next-saas-stripe-starter.vercel.app
MIT License
1.95k stars 354 forks source link

Sign-in modal differs from login page #12

Closed huksley closed 8 months ago

huksley commented 8 months ago

So there is two options in the header Login page and Sign-In. First allows to login with email, but second is not. I understand that sign-in modal used from the subscription flow.

Also there is /register page which have another different UI.

I think there is should be Register and Sign-in buttons but they should lead to the same page or popup if you prefer.

image image image
huksley commented 8 months ago

Example is here https://github.com/huksley/next-saas-stripe-starter/commit/fa6147d4bc023720f6bc04717c6b3b99b4fb9c56

mickasmt commented 8 months ago

Hi @huksley ! The project was built on taxonomy, so I didn't really make any changes to the design of the authentication pages. I assume the different designs are meant to give the user the choice to choose which one they want. But thank you for the proposed solution, it will greatly help me to modify these pages and the connection modal later.