Skip to content

Commit

Permalink
WIP. Add a note to specify that a new test case is needed. #403
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Sep 25, 2023
1 parent a84a10b commit d5a67e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/resources/templates/credentials/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ <h1>Update Credential</h1>
<div class="form-group">
<label class="control-label col-sm-2" for="credential_type">Type:</label>
<div class="col-sm-5">
<!-- TODO: To become part of a new test case -->
<select id="credential_type" class="form-control new-credential" name="serviceId" required placeholder="Select the type you want to use">
<option value="any" selected>Any</option>
<option value="basic" {#if credential.type == "basic"}selected{/if}>basic</option>
Expand Down

0 comments on commit d5a67e7

Please sign in to comment.