Skip to content

Commit

Permalink
Show default username/password when authentication failed. Ref GNS3/g…
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Mar 26, 2024
1 parent 49eee13 commit e63898a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/components/login/login.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,9 @@ <h6>v{{ version }}</h6>
<div class="errorMessage">
<mat-error *ngIf="loginError">Authentication was unsuccessful</mat-error>
</div>

<div class="errorMessage">
<mat-error *ngIf="loginError">The default username and password is admin</mat-error>
</div>
</div>
</div>

0 comments on commit e63898a

Please sign in to comment.