Skip to content

Commit

Permalink
Merge pull request #3 from xelaris/feature/secure-value
Browse files Browse the repository at this point in the history
Use SecureValue field for password input
  • Loading branch information
xelaris authored Jun 15, 2016
2 parents b4e4498 + c01222b commit 35c1969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WsseDynamicValue.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ WsseDynamicValue.title = "WSSE Dynamic Value"

WsseDynamicValue.inputs = [
DynamicValueInput("username", "Username", "String"),
DynamicValueInput("password", "Password", "String")
DynamicValueInput("password", "Password", "SecureValue")
]

registerDynamicValueClass WsseDynamicValue

0 comments on commit 35c1969

Please sign in to comment.