Skip to content

Commit 90e6d7d

Browse files
authored
update signup component
in response to Cloud-CV#235
1 parent b03bdc4 commit 90e6d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/auth/signup/signup.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<i *ngIf="authService.canShowPassword" class="fa fa-eye-slash pointer"></i>
5252
</span>
5353
<label for="password" [class.active]="ispasswordFocused">
54-
<strong>Password-minlength:8 required</strong>
54+
<strong>Password</strong>
5555
<span [style.color]="color">{{' ' + message}}</span>
5656
</label>
5757
<div class="wrn-msg text-highlight"

0 commit comments

Comments
 (0)