Línea 60... |
Línea 60... |
60 |
<div class="mfa-verify-form">
|
60 |
<div class="mfa-verify-form">
|
61 |
{{{form}}}
|
61 |
{{{form}}}
|
62 |
</div>
|
62 |
</div>
|
63 |
{{#hasadditionalfactors}}
|
63 |
{{#hasadditionalfactors}}
|
64 |
<div class="mb-6 mt-4 border-bottom"></div>
|
64 |
<div class="mb-6 mt-4 border-bottom"></div>
|
65 |
<p class="font-weight-bold mb-1">{{#str}} verifyalt, tool_mfa {{/str}}</p>
|
65 |
<p class="fw-bold mb-1">{{#str}} verifyalt, tool_mfa {{/str}}</p>
|
66 |
{{/hasadditionalfactors}}
|
66 |
{{/hasadditionalfactors}}
|
67 |
{{#additionalfactors}}
|
67 |
{{#additionalfactors}}
|
68 |
<form id="{{uniqid}}-nextfactor" method="POST" action="{{{authurl}}}">
|
68 |
<form id="{{uniqid}}-nextfactor" method="POST" action="{{{authurl}}}">
|
69 |
<input type="hidden" id="{{uniqid}}-factorname" name="factorname" value="{{name}}">
|
69 |
<input type="hidden" id="{{uniqid}}-factorname" name="factorname" value="{{name}}">
|
70 |
<button class="btn-link text-decoration-none tool-mfa-factor-choose d-flex align-items-center p-1 mb-2 {{#disable}}disabled{{/disable}}"
|
70 |
<button class="btn-link text-decoration-none tool-mfa-factor-choose d-flex align-items-center p-1 mb-2 {{#disable}}disabled{{/disable}}"
|
71 |
type="submit">
|
71 |
type="submit">
|
72 |
<span class="icon-no-margin icon-size-3 d-flex p-1 mr-2">
|
72 |
<span class="icon-no-margin icon-size-3 d-flex p-1 me-2">
|
73 |
<i class="fa {{icon}} fa-fw fa-2x"
|
73 |
<i class="fa {{icon}} fa-fw fa-2x"
|
74 |
title="{{logintitle}}"
|
74 |
title="{{logintitle}}"
|
75 |
role="img"
|
75 |
role="img"
|
76 |
aria-label="{{logintitle}}"></i>
|
76 |
aria-label="{{logintitle}}"></i>
|
77 |
</span>
|
77 |
</span>
|