Skip to content

Commit ea7eb20

Browse files
authored
Merge pull request #437 from sil-org/IDP-2164
Move supervisor to top of 2SV reset selection
2 parents ac368b2 + eaa948e commit ea7eb20

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

modules/material/themes/material/mfa/send-recovery-mfa.twig

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@
4242
<p class="mdl-card__subtitle-text">
4343
{{ '{mfa:recovery_info_selection}'|trans }}<br />
4444

45-
{% for name in recovery_contacts_by_name|keys %}
46-
<label class="recovery-option">
47-
<input type="radio" name="mfaRecoveryContactID" value="{{ name }}">
48-
{{ name }}
49-
</label>
50-
{% endfor %}
51-
5245
{% if masked_manager_email is not empty %}
5346
<label class="recovery-option">
5447
<input type="radio" name="mfaRecoveryContactID" id="option-manager" value="recovery-contact-id-manager">
5548
{{ '{mfa:recovery_your_supervisor}'|trans }} ({{ masked_manager_email }})
5649
</label>
5750
{% endif %}
51+
52+
{% for name in recovery_contacts_by_name|keys %}
53+
<label class="recovery-option">
54+
<input type="radio" name="mfaRecoveryContactID" value="{{ name }}">
55+
{{ name }}
56+
</label>
57+
{% endfor %}
5858
</p>
5959
</div>
6060

0 commit comments

Comments
 (0)