Nth-iteration-labs/streamingbandit-ui

Informative error message when loggin in with wrong uname and pass

MKaptein opened this issue · 1 comments

(Perhaps also back-end?)

In any case, we now have no real feedback when logging in; would be nice to at least show whether (e.g.,) the username and pass were not ok.

The back-end will raise the following error (so it's already settled there):

raise ExceptionHandler(reason="Wrong username or password!", status_code=401)