#66 removed the hint in the login page

This commit is contained in:
Fabio Formosa
2022-10-22 16:12:57 +02:00
parent ed266dea15
commit b5abeac093

View File

@@ -1,7 +1,7 @@
<div class="content" fxLayout="row" fxLayoutAlign="center" style="padding-bottom:160px;"> <div class="content" fxLayout="row" fxLayoutAlign="center" style="padding-bottom:160px;">
<mat-card elevation="5" fxFlex> <mat-card elevation="5" fxFlex>
<mat-card-subtitle> <mat-card-subtitle>
<h2>Quartz Manager</h2> <h2>Quartz Manager</h2>
</mat-card-subtitle> </mat-card-subtitle>
@@ -25,9 +25,6 @@
</form> </form>
<mat-spinner *ngIf="submitted" mode="indeterminate"></mat-spinner> <mat-spinner *ngIf="submitted" mode="indeterminate"></mat-spinner>
<br>
<p> <i style="color: #b5b5b5; font-size: 10px">(Default credentials are admin/admin)</i></p>
</mat-card-content> </mat-card-content>
</mat-card> </mat-card>