Resonate
Resonate copied to clipboard
Fix Login/Signup Service Redirection Issue #465
This PR addresses issue #465 where the login/signup service was not properly redirecting users after authentication actions.
Changes Made:
- Modified navigation in LoginScreen from
Get.offNamed()toGet.toNamed()to preserve navigation history - Added explicit redirection to home screen after successful login/signup using
Get.offAllNamed()
Fixes #465