move the br to end
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
最大15个字符!<br/>
|
||||
</ng-container>
|
||||
<ng-container *ngIf="validateForm.get('newPassword')?.hasError('hasNumber')">
|
||||
<br/>必须有数字!
|
||||
必须有数字!<br/>
|
||||
</ng-container>
|
||||
<ng-container *ngIf="validateForm.get('newPassword')?.hasError('hasSpecialCharacters')">
|
||||
必须有特殊字符!<br/>
|
||||
|
||||
Reference in New Issue
Block a user