remotes/1693045480750635534/spooky-22
kek7198 2021-12-12 09:00:31 -06:00
parent 4d5246143c
commit 68c63b8694
1 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
<input type="hidden" name="2fa_secret" value="{{mfa_secret}}">
<div class="modal-body">
<p>
<span class="font-weight-bold">Step 1:</span> Scan this barcode (or enter the code) using a two-factor authentication app such as Google Authenticator or Authy.
<span class="font-bold">Step 1:</span> Scan this barcode (or enter the code) using a two-factor authentication app such as Google Authenticator or Authy.
</p>
<div class="text-center mb-3">
<img loading="lazy" class="w-48 h-48 object-contain" src="/2faqr/{{mfa_secret}}">
@ -30,8 +30,8 @@
<input type="password" autocomplete="new-password" class="form-input mb-2" id="2fa_input_password" name="password" oninput="document.getElementById('enable2faButton').disabled=false" autocomplete="off" required>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-link text-muted" data-bs-dismiss="modal">Cancel</button>
<input id="enable2faButton" class="btn btn-primary" type="submit" value="Enable 2-step login" disabled>
<button type="button" class="btn btn-gray" data-bs-dismiss="modal">Cancel</button>
<input id="enable2faButton" class="btn btn-green" type="submit" value="Enable 2-step login" disabled>
</div>
</form>
</div>