anti-work / shortest

Have AI write and update tests for you
https://shortest.com
MIT License
187 stars 21 forks source link

Create dedicated signup/signin pages #74

Closed bjornpagen closed 3 weeks ago

bjornpagen commented 3 weeks ago

Changes: instead of the "Sign in" button in the header going to a externally hosted signin page, we embed the SignIn & SignUp components directly into new pages in our Next.js app at /signin and /signup.

For Vercel users, three more env variables must be added. Please check out .env.example for the new env variables.

Screenshot 2024-10-26 at 3 27 19 PM
vercel[bot] commented 3 weeks ago

@bjornpagen is attempting to deploy a commit to the Antiwork Team on Vercel.

A member of the Team first needs to authorize it.

bjornpagen commented 3 weeks ago

@slavingia make sure to add these env variables to the Vercel deployment for shortest.com. Otherwise the "Sign In" button will continue to open an external webpage.

NEXT_PUBLIC_CLERK_SIGN_IN_URL = '/signin' NEXT_PUBLIC_CLERK_SIGN_UP_URL = '/signup'