Show default username/password when authentication failed. Ref https://github.com/GNS3/gns3-server/issues/2332

This commit is contained in:
grossmj 2024-03-26 13:57:38 +01:00
parent 49eee13f7c
commit e63898a22a
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD

View File

@ -38,5 +38,9 @@
<div class="errorMessage"> <div class="errorMessage">
<mat-error *ngIf="loginError">Authentication was unsuccessful</mat-error> <mat-error *ngIf="loginError">Authentication was unsuccessful</mat-error>
</div> </div>
<div class="errorMessage">
<mat-error *ngIf="loginError">The default username and password is admin</mat-error>
</div>
</div> </div>
</div> </div>