mirror of
https://github.com/itflow-org/itflow
synced 2026-07-25 09:47:15 +00:00
Remove Legacy OTP code and fix guest view credential
This commit is contained in:
@@ -379,7 +379,6 @@ $sql_asset_retired = mysqli_query(
|
||||
$credential_username_display = "$credential_username<button class='btn btn-sm clipboardjs' type='button' data-clipboard-text='$credential_username'><i class='far fa-copy text-secondary'></i></button>";
|
||||
}
|
||||
$credential_otp_secret = escapeHtml($row['credential_otp_secret']);
|
||||
$credential_id_with_secret = '"' . $row['credential_id'] . '","' . $row['credential_otp_secret'] . '"';
|
||||
if (empty($credential_otp_secret)) {
|
||||
$otp_display = "";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user