timothymiller / t4-app

A powerful cross-platform UI toolkit for building actually native iOS, Android, macOS, Windows, Linux, and Progressive Web Apps with React (Native).
https://t4stack.com
MIT License
1.44k stars 77 forks source link

Lucia branch: After pw reset, redirect to /login is 404, it should be /sign-in #131

Closed Boscop closed 9 months ago

Boscop commented 9 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.

timothymiller commented 9 months ago

Fixed!