plotwist
plotwist copied to clipboard
Feature: Redirect to Login Page When Creating a New List Without Authentication
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.
I couldn't reproduce this error, cuz in the "create list" button is already disabled when the user is not authenticated: