mirror of
https://github.com/itflow-org/itflow
synced 2026-09-17 20:25:13 +00:00
Updated Adminlte from 4.8.5 to 4.9.1 to fix print issues
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user