Skip to content

Commit

Permalink
Merge branch 'main' into feature/your-results-page
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-c-dfe authored Jul 29, 2024
2 parents 9a25311 + 5d1a4df commit fb4331b
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 fb4331b

Please sign in to comment.