CHANGE_ feedback: GWM
This commit is contained in:
parent
6fff882d7d
commit
70d9731525
Binary file not shown.
@ -24,12 +24,12 @@
|
||||
pack="eva"
|
||||
[attr.aria-label]="showPassword ? 'hide password' : 'show password'">
|
||||
</nb-icon>
|
||||
<ng-container nbInputErrorMessage>
|
||||
<!-- <ng-container nbInputErrorMessage>
|
||||
<div style="color:red" *ngIf="loginForm.get('password').hasError('required') && loginForm.get('password').touched">Password is required.</div>
|
||||
<div style="color:#7c0e0e" *ngIf="!loginForm.get('password')?.errors?.required && (loginForm.get('password')?.errors?.pattern)">
|
||||
Password length must be greater than or equal to 8, and the password must contain one or more uppercase, lowercase, numeric, and special characters.
|
||||
</div>
|
||||
</ng-container>
|
||||
</ng-container> -->
|
||||
</nb-form-field>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
@ -37,7 +37,7 @@
|
||||
<a class="forgot-password caption-2" routerLink="../request-password" (click)="openForgot()">Forgot Password?</a>
|
||||
</span>
|
||||
</div>
|
||||
<button type="submit" style=" width: 95%;" [disabled]="!loginForm.valid" nbButton fullWidth status="success" size="large">Sign in</button>
|
||||
<button type="submit" style=" width: 95%;" nbButton fullWidth status="success" size="large">Sign in</button>
|
||||
</form>
|
||||
</nb-card-body>
|
||||
</nb-card>
|
||||
|
||||
@ -172,7 +172,7 @@
|
||||
<div style="display: flex; align-items: center;">
|
||||
|
||||
<span class="checkTxt" >
|
||||
{{row.item.updatedAt | date :'dd/MM/yy hh:mm:ss'}}
|
||||
{{row.item.createdAt | date :'dd/MM/yy hh:mm:ss'}}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user