Resonate icon indicating copy to clipboard operation
Resonate copied to clipboard

Fix Login/Signup Service Redirection Issue #465

Open prangowda opened this issue 8 months ago • 0 comments

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() to Get.toNamed() to preserve navigation history
  • Added explicit redirection to home screen after successful login/signup using Get.offAllNamed()

Fixes #465

prangowda avatar Apr 21 '25 07:04 prangowda