remotes/1693045480750635534/spooky-22
kek7198 2021-12-12 09:02:53 -06:00
parent d45c214f51
commit 0ea3aed9f2
1 changed files with 6 additions and 4 deletions

View File

@ -146,12 +146,14 @@
<div class="body w-lg-100">
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="2faToggle" name="2faToggle" onchange="twoStepModal.show()" {% if not mfa_secret %}checked=""{% endif %}>
<label class="custom-control-label" for="2faToggle"></label>
<div>
<input type="checkbox" id="2faToggle" name="2faToggle" onchange="twoStepModal.show()" {% if not mfa_secret %}checked=""{% endif %}>
<label class="label" for="2faToggle"></label>
</div>
<span class="text-xs text-gray-500">This requires entering a randomly-generated, 6-digit code and your password to login. See <a href="javascript:void(0)">Google Authenticator</a> or <a href="javascript:void(0)">Authy</a> for more details.</span>
<span class="text-xs text-gray-500">
This requires entering a randomly-generated, 6-digit code and your password to login. See <a href="javascript:void(0)">Google Authenticator</a> or <a href="javascript:void(0)">Authy</a> for more details.
</span>
</div>