devonfw/devon4ng-application-template

Authentication not working. Login works with any credentials

Closed this issue · 4 comments

Login with any credentials, no matter existing user or not, will takes the user to the home page.

Steps:

  1. Start the application (ng serve).
  2. Go to login page (http://localhost:4200/login)
  3. Type username and password (it can be any character) and press Login.

Expected:
Stay back in the login page with error message "Wrong credentials"

PR created #192

It seems that this issue was already solved, right @sujith-mn?

@chdattat has fixed it, however i'll test it once again and close.

Verified.. it is working as expected.