File tree Expand file tree Collapse file tree
modules/material/themes/material/mfa Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments