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
All instances of 'current_user.is_authenticated()' in the python code and html files in the auth example need to be updated to 'current_user.is_authenticated' to match the recent changes in Flask-Login.
This function, as well as a few other functions for the User model, were changed to properties.
The text was updated successfully, but these errors were encountered:
All instances of 'current_user.is_authenticated()' in the python code and html files in the auth example need to be updated to 'current_user.is_authenticated' to match the recent changes in Flask-Login.
This function, as well as a few other functions for the User model, were changed to properties.
The text was updated successfully, but these errors were encountered: