Skip to content

Commit

Permalink
fix: show challenge prompt title in placeholder field
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Oct 21, 2020
1 parent d97cfc4 commit a07c9c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
sn-enter="ctrl.submit()" ,
ng-change="ctrl.onTextValueChange(prompt)"
ng-attr-type="{{prompt.secureTextEntry ? 'password' : 'text'}}",
ng-attr-placeholder="{{prompt.placeholder}}"
ng-attr-placeholder="{{prompt.title}}"
)
.sk-panel-row.centered
label.sk-label.danger(
Expand Down

0 comments on commit a07c9c3

Please sign in to comment.