Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit bf7634d

Browse files
author
vikasrohit
committed
SUP-2930, Register--> 'Create Password' text fileld showing one line at beginning.
-- Updated placeholder for password field to "Create Password"
1 parent c7b1221 commit bf7634d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/account/register/register.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
p.form-error(ng-message="required") Please enter an email address.
8484

8585
.validation-bar(ng-class="{ 'success-bar': (vm.registerForm.password.$valid) }")
86-
toggle-password-with-tips(ng-if="!vm.isSocialRegistration")
86+
toggle-password-with-tips(ng-if="!vm.isSocialRegistration", placeholder="Create Password")
8787

8888
.tips.password-tips(ng-show="vm.passwordFocus")
8989
.arrow

0 commit comments

Comments
 (0)