fix: show challenge prompt title in placeholder field

This commit is contained in:
Baptiste Grob
2020-10-21 14:54:52 +02:00
parent d97cfc4768
commit a07c9c3a6c

View File

@@ -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(