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