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

Commit bc29f02

Browse files
author
vikasrohit
committed
Merge pull request #659 from appirio-tech/feature/sup-2930-toggle-with-pwd-style
SUP-2930, Register--> 'Create Password' text fileld showing one line at beginning.
2 parents c7b1221 + bf7634d commit bc29f02

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)