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

Current issues and tasks for improvement #10

Open
3 tasks
Agent-Hellboy opened this issue May 24, 2023 · 1 comment
Open
3 tasks

Current issues and tasks for improvement #10

Agent-Hellboy opened this issue May 24, 2023 · 1 comment

Comments

@Agent-Hellboy
Copy link
Owner

Agent-Hellboy commented May 24, 2023

  • Don't allow login route if a user is already logged in
  • Fix the user class in model.py, it should inherit UserMixin class for is_authenticated to work properly currently it's working by chance

print(current_user.is_authenticated())
is giving <bound method User.is_authenticated of <User proshan>>

we have checks like if current_user.is_authenticated which has masked the issue

  • Avoid using icon library or improve the UI
@Agent-Hellboy Agent-Hellboy changed the title Current issues Current issues and tasks for improvement May 24, 2023
@parth-verma7
Copy link

@Agent-Hellboy I would like to work upon this issue. Can you please assign it to me.

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

No branches or pull requests

2 participants