remotes/1693045480750635534/spooky-22
Aevann1 2022-01-16 04:30:19 +02:00
parent 50694dd0ac
commit 3035b99600
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@
<div class="body w-lg-100">
<div class="custom-control custom-switch">
<input autocomplete="off" type="checkbox" class="custom-control-input" id="2faToggle" name="2faToggle" onchange="twoStepModal.show()" {% if not mfa_secret %}checked=""{% endif %}>
<input autocomplete="off" type="checkbox" class="custom-control-input" id="2faToggle" name="2faToggle" onchange="twoStepModal.show()" {% if mfa_secret %}checked{% endif %}>
<label class="custom-control-label" for="2faToggle"></label>
</div>