Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Redirect to Login Page When Creating a New List Without Authentication #357

Open
lui7henrique opened this issue Dec 21, 2024 · 2 comments

Comments

@lui7henrique
Copy link
Member

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.
@Vicentesan
Copy link
Contributor

I couldn't reproduce this error, cuz in the "create list" button is already disabled when the user is not authenticated:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants