mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-28 00:38:50 +00:00
Show default username/password when authentication failed. Ref https://github.com/GNS3/gns3-server/issues/2332
This commit is contained in:
parent
49eee13f7c
commit
e63898a22a
@ -38,5 +38,9 @@
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user