Updated Adminlte from 4.8.5 to 4.9.1 to fix print issues

This commit is contained in:
johnnyq
2026-08-26 12:24:16 -04:00
parent 0440aa8ffa
commit 6d043948b4
14 changed files with 22 additions and 22 deletions

View File

@@ -74,7 +74,7 @@ $data = "otpauth://totp/ITFlow:$session_email?secret=$token";
<p>
<small data-bs-toggle="tooltip" title="Can't Scan? Copy and paste this code into your app"><?= $token ?></small>
<button type="button" class='btn btn-sm clipboardjs' data-clipboard-text='<?= $token ?>'><i class='far fa-copy text-secondary'></i></button>
<button type="button" class='btn btn-sm btn-link clipboardjs' data-clipboard-text='<?= $token ?>'><i class='far fa-copy text-secondary'></i></button>
</p>
<div class="input-group mb-3">