fix: show challenge prompt title in placeholder field
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
sn-enter="ctrl.submit()" ,
|
sn-enter="ctrl.submit()" ,
|
||||||
ng-change="ctrl.onTextValueChange(prompt)"
|
ng-change="ctrl.onTextValueChange(prompt)"
|
||||||
ng-attr-type="{{prompt.secureTextEntry ? 'password' : 'text'}}",
|
ng-attr-type="{{prompt.secureTextEntry ? 'password' : 'text'}}",
|
||||||
ng-attr-placeholder="{{prompt.placeholder}}"
|
ng-attr-placeholder="{{prompt.title}}"
|
||||||
)
|
)
|
||||||
.sk-panel-row.centered
|
.sk-panel-row.centered
|
||||||
label.sk-label.danger(
|
label.sk-label.danger(
|
||||||
|
|||||||
Reference in New Issue
Block a user