forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-16 04:46:42 +02:00
parent 3035b99600
commit d311693ae4
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 mfa_secret %}checked{% endif %}>
<input autocomplete="off" type="checkbox" class="custom-control-input" id="2faToggle" name="2faToggle" onchange="twoStepModal.show()" {% if v.mfa_secret %}checked{% endif %}>
<label class="custom-control-label" for="2faToggle"></label>
</div>