CHANGE_ feedback: GWM

This commit is contained in:
bitbucket 2024-05-27 10:48:11 +05:30
parent 6fff882d7d
commit 70d9731525
3 changed files with 4 additions and 4 deletions

View File

@ -24,12 +24,12 @@
pack="eva" pack="eva"
[attr.aria-label]="showPassword ? 'hide password' : 'show password'"> [attr.aria-label]="showPassword ? 'hide password' : 'show password'">
</nb-icon> </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: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)"> <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. 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> </div>
</ng-container> </ng-container> -->
</nb-form-field> </nb-form-field>
</div> </div>
<div class="form-group"> <div class="form-group">
@ -37,7 +37,7 @@
<a class="forgot-password caption-2" routerLink="../request-password" (click)="openForgot()">Forgot Password?</a> <a class="forgot-password caption-2" routerLink="../request-password" (click)="openForgot()">Forgot Password?</a>
</span> </span>
</div> </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> </form>
</nb-card-body> </nb-card-body>
</nb-card> </nb-card>

View File

@ -172,7 +172,7 @@
<div style="display: flex; align-items: center;"> <div style="display: flex; align-items: center;">
<span class="checkTxt" > <span class="checkTxt" >
{{row.item.updatedAt | date :'dd/MM/yy hh:mm:ss'}} {{row.item.createdAt | date :'dd/MM/yy hh:mm:ss'}}
</span> </span>
</div> </div>