Flask-User-starter-app icon indicating copy to clipboard operation
Flask-User-starter-app copied to clipboard

Fix current_user.is_authenticated()

Open jacopsd opened this issue 8 years ago • 0 comments

Flask-Login changed current_user.is_authenticated() to be a property in 0.3.0, and thus making a method call here generates this error.

jacopsd avatar Jun 20 '16 19:06 jacopsd