butterballaf
03/07/2023, 1:29 PMThirdPartyEmailPassword
recipe for the following template which uses Next.js: https://github.com/devias-io/material-kit-react
Here I'd like to use the custom login/register UI provided by the template, which has two different pages for signin and signup (login.js
, register.js
)
under the /auth
directory. Can someone please help me out on how to implement this or direct me to an example of Next.js integration with custom login UI?rp
03/07/2023, 2:07 PM