mirror of
https://github.com/itflow-org/itflow
synced 2026-09-18 20:55:14 +00:00
Updated Adminlte from 4.8.5 to 4.9.1 to fix print issues
This commit is contained in:
@@ -27,7 +27,7 @@ $data = "otpauth://totp/ITFlow:$session_email?secret=$token";
|
||||
<div class="text-center">
|
||||
<img src='../../libs/barcode/barcode.php?f=png&s=qr&d=<?= $data ?>'>
|
||||
<p><span class='text-secondary'>Secret:</span> <?= $token ?>
|
||||
<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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user