Is there a solution to use credential email - password from backend without the default authentication page provided from Next/auth?
I must use Modal instead of full-page authentication
I follow the doc:"https://next-auth.js.org/providers/credentials" but when I use the SignIn from nextAuth it generates a signIn Page
