You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logout button in the Profile Screen in Appbar is not working currently kindly fix it.
Expected behavior
Implementing this feature will allow users to log out of the application properly, enhancing user control and session management.
Implement the onPressed method to call the signOut function from AuthCubit and manage the logout state.Also,ensure that any state changes or navigation logic associated with signing out is handled smoothly.
The text was updated successfully, but these errors were encountered:
Describe the bug
The logout button in the Profile Screen in Appbar is not working currently kindly fix it.
Expected behavior
Implementing this feature will allow users to log out of the application properly, enhancing user control and session management.
Implement the onPressed method to call the signOut function from AuthCubit and manage the logout state.Also,ensure that any state changes or navigation logic associated with signing out is handled smoothly.
The text was updated successfully, but these errors were encountered: