HoldUpFjord / Link-Manager

Goal: Create a link manager that can store tabs on a server to be accessed later. 100Devs
2 stars 6 forks source link

Minor - Attempting to create new user using an existing username does not show error on refresh #13

Open Gonksy opened 2 years ago

Gonksy commented 2 years ago

If you attempt to sign up with an already existing user, it doesn't let you, but it doesn't show the error message of "Account with that email address or username already exists" on being redirected back to the sign-up page. If you refresh the page then, the error does appear.

Gonksy commented 2 years ago

I can't seem to reliably recreate this.

TheWoodenMan commented 2 years ago

Could we maybe fix this by putting a refresh just after the redirect?