jokk-itu / PythonKindergarten

A refactored version of the minitwit application
https://pythonkindergarten.tech
Apache License 2.0
1 stars 1 forks source link

Error message when viewing userpage not logged in #73

Closed bjornarjatten closed 3 years ago

bjornarjatten commented 3 years ago

image

jokk-itu commented 3 years ago

Is it because the message should display a more descriptive message or not appear at all when the user isn't authorized to follow another user (Because they aren't logged in)?

bjornarjatten commented 3 years ago

I think it catches an exception which we do not need to show to end user

jokk-itu commented 3 years ago

Great i'll fix that