Full stack meta-framework for building iOS, Android, and Progressive Web Apps with Tamagui and deploying to Cloudflare.
1.49k
stars
84
forks
source link
Lucia branch: After pw reset, redirect to /login is 404, it should be /sign-in #131
Closed
Boscop closed 11 months ago
After the user clicks the pw reset button, there's this redirect: https://github.com/timothymiller/t4-app/blob/325b5e58a39bf9cd4019db6273ad6ce62889cf2d/packages/app/features/password-reset/screen.tsx#L18 which results in 404. The login screen is at
/sign-in
.