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
Description:
Currently, when a user is not authenticated and attempts to create a new list, instead of being redirected to the login page, a toast error is displayed informing that the list could not be created.
Suggestion:
Implement a redirect to the login page when an unauthenticated user tries to create a new list, consistent with the behavior of other functionalities.
Benefits:
Ensures a consistent user experience across all features.
Streamlines the authentication flow, allowing users to perform protected actions after logging in.
The text was updated successfully, but these errors were encountered:
Description:
Currently, when a user is not authenticated and attempts to create a new list, instead of being redirected to the login page, a toast error is displayed informing that the list could not be created.
Suggestion:
Benefits:
The text was updated successfully, but these errors were encountered: