afaneca / myfin

Web frontend for the personal finances platform that'll help you budget, keep track of your income/spending and forecast your financial future.

Home Page:https://myfin.afaneca.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve error message for sign ups

afaneca opened this issue · comments

Currently, a generic message is being displayed when a sign out attempt errors out.
We should add a specific message for when the request errors out due to account sign ups being disabled in the backend.

We can differentiate those errors from the rest by looking at the http error code (should be 401 when sign ups are disabled).