We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
is_authenticated
print(current_user.is_authenticated()) is giving <bound method User.is_authenticated of <User proshan>>
<bound method User.is_authenticated of <User proshan>>
we have checks like if current_user.is_authenticated which has masked the issue
if current_user.is_authenticated
The text was updated successfully, but these errors were encountered:
@Agent-Hellboy I would like to work upon this issue. Can you please assign it to me.
Sorry, something went wrong.
No branches or pull requests
is_authenticated
to work properly currently it's working by chanceprint(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 issueThe text was updated successfully, but these errors were encountered: