Skip to content

Commit

Permalink
ARC-1269: Sort IDPs by name
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrichner-oviva committed Feb 12, 2024
1 parent 2c355b7 commit c96b976
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ a {
<label for="idp-selection">Select your GesundheitsID Provider</label>
<select name="identityProvider" id="idp-selection">
<option value="https://a.example.com">AoK Tesfalen</option>
<option value="https://d.example.com">Barmer</option>
<option value="https://b.example.com">Siemens</option>
<option value="https://c.example.com">Zuse</option>
<option value="https://d.example.com">Barmer</option>
</select>
<input type="submit" value="Login">
</form>
Expand Down

0 comments on commit c96b976

Please sign in to comment.