humblFINANCE / humblFINANCE-frontend

the official codebase for the humblFINANCE web app
https://humbl-finance-frontend.vercel.app
Other
2 stars 1 forks source link

[BUG]: update `Login` Page to use the same `LoginModal` logic #128

Open jjfantini opened 1 month ago

jjfantini commented 1 month ago

There are a lot of actions that use a redirect to the login page, but this uses a LoginForm and not the LoginModal. The logic for the two components should be the same, but I dont think it is. This needs to be verified and corrected.