You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything looks great, although as I'm sure you know, feeding the user to a new page to read the login/signup error isn't ideal. Especially since you are doing a single page application without the need for redirecting to a different html page, you can write an XHR request instead like you did with logout and then feed the errors to an html element
I'm sure you guys already knew this but otherwise looks really good.
The text was updated successfully, but these errors were encountered:
Everything looks great, although as I'm sure you know, feeding the user to a new page to read the login/signup error isn't ideal. Especially since you are doing a single page application without the need for redirecting to a different html page, you can write an XHR request instead like you did with logout and then feed the errors to an html element
I'm sure you guys already knew this but otherwise looks really good.
The text was updated successfully, but these errors were encountered: