flask-chat-app icon indicating copy to clipboard operation
flask-chat-app copied to clipboard

you are behaveing current_user.is_authenticated as a method but its not a method

Open bayek0fsiwa opened this issue 4 years ago • 1 comments

current_user.is_authenticated() throwing error `TypeError: 'bool' object is not callable. (Line:23)

you have to use it in this way :

current_user.is_authenticated

https://stackoverflow.com/questions/32983133/is-authenticated-raises-typeerror-typeerror-bool-object-is-not-callable

bayek0fsiwa avatar Dec 02 '20 16:12 bayek0fsiwa

i am working on this issue...

Faiz4work avatar Apr 17 '22 09:04 Faiz4work