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
The first issue seems to be harder. It seems the state of the form fields are not updated correctly after chrome fills them with the nick and password data.
While the nick input is marked as ng-valid-required, the password input is marked as ng-invalid-required
Just clicking on the modal makes angular to fire an update, acknowledge the presence of data in the password field, and mark the login button as enabled.
Every time i click in the landing login button, i need to edit the fields to access into the app.
Looks like the app saves the session because the fields are completed, so you don´t need to go through this screen
The text was updated successfully, but these errors were encountered: