Remove Legacy OTP code and fix guest view credential

This commit is contained in:
johnnyq
2026-07-15 22:02:52 -04:00
parent 86b0e11e95
commit e39ecb7ac9
6 changed files with 66 additions and 22 deletions

View File

@@ -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 {