Skip to content

Commit

Permalink
Merge pull request #275 from DFE-Digital/chore/password-field
Browse files Browse the repository at this point in the history
Challenge key field is password type.
  • Loading branch information
RobertGHippo authored Jul 29, 2024
2 parents 4935f63 + 4a20ecd commit 5d1a4df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@using (Html.BeginForm("Post", "Challenge", new { }, FormMethod.Post))
{
<input type="hidden" id="redirectAddress" name="redirectAddress" value="@Model.RedirectAddress"/>
<input type="text" id="value" name="value" placeholder="key" size="50"/>
<input type="password" id="value" name="value" placeholder="key" size="50"/>
<input type="submit" value="Submit"/>
}
</body>
Expand Down

0 comments on commit 5d1a4df

Please sign in to comment.