Skip to content

Show visual feedback on pending login or login error

Loic Huder requested to merge improve-login-feedback into main

When testing, I was getting frustrated by the lack of feedback of the login page:

  • When clicking submit on the form, the fields of the form were emptied and it was staying like this for a second before redirecting to the app page.
  • When an error occurred on submit, the fields of the form were emptied and nothing was presented to the user to tell that something went wrong.

I made some quick improvements to have minimal feedback:

  • when log in is pending:

image

  • when there was an error:

image

Edited by Loic Huder

Merge request reports