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

Commit d33051f

Browse files
author
vikasrohit
committed
SUP-2975,Edit Profile || Placeholder for new password field is missing
-- Fixed
1 parent 99bfdb0 commit d33051f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/directives/account/toggle-password-with-tips/toggle-password-with-tips.directive.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
link: function(scope, element, attrs, formController) {
1212
var vm = scope.vm;
1313
vm.passwordField = formController.password;
14+
vm.defaultPlaceholder = attrs.placeholder || 'Pick a new password';
1415
vm.placeholder = vm.defaultPlaceholder;
1516
vm.password = '';
1617

0 commit comments

Comments
 (0)