bug fixed
This commit is contained in:
parent
31153b52bf
commit
e651e6f7b5
|
@ -21,7 +21,7 @@
|
|||
/>
|
||||
</mat-form-field>
|
||||
|
||||
<div>
|
||||
<div class="error-container">
|
||||
<mat-error
|
||||
*ngIf="
|
||||
currentLoginPwFormControl.dirty &&
|
||||
|
@ -95,14 +95,11 @@
|
|||
<ng-container
|
||||
*ngSwitchCase="PasswordValidationResult.LackOfCombination"
|
||||
>
|
||||
2종류 이상 조합을 해야 합니다
|
||||
문자, 숫자, 특수문자 중 2종류 이상 조합을 해야 합니다
|
||||
</ng-container>
|
||||
<ng-container
|
||||
*ngSwitchCase="PasswordValidationResult.TooShortCombinationLength"
|
||||
>
|
||||
비밀번호에는 공백을 입력할 수 없습니다
|
||||
</ng-container>
|
||||
<ng-container *ngSwitchCase="PasswordValidationResult.IncludeSpace">
|
||||
비밀번호는{{
|
||||
newLoginPwFormControl.getError('ucapPassword').result.extra
|
||||
.combinationCount
|
||||
|
|
|
@ -17,6 +17,11 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.error-container {
|
||||
height: 80px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.submit-button {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
|
|
Loading…
Reference in New Issue
Block a user