Open jjfantini opened 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.
LoginForm
LoginModal
There are a lot of actions that use a redirect to the login page, but this uses a
LoginForm
and not theLoginModal
. The logic for the two components should be the same, but I dont think it is. This needs to be verified and corrected.