mirror of
https://github.com/itflow-org/itflow
synced 2026-09-21 14:11:17 +00:00
Updated Adminlte from 4.8.5 to 4.9.1 to fix print issues
This commit is contained in:
@@ -570,7 +570,7 @@ ob_start();
|
||||
if (empty($credential_username)) {
|
||||
$credential_username_display = "-";
|
||||
} else {
|
||||
$credential_username_display = "$credential_username <button type='button' class='btn btn-sm clipboardjs' data-clipboard-text='$credential_username'><i class='far fa-copy text-secondary'></i></button>";
|
||||
$credential_username_display = "$credential_username <button type='button' class='btn btn-sm btn-link clipboardjs' data-clipboard-text='$credential_username'><i class='far fa-copy text-secondary'></i></button>";
|
||||
}
|
||||
|
||||
$credential_otp_secret = escapeHtml($row['credential_otp_secret']);
|
||||
|
||||
Reference in New Issue
Block a user