From 227b87b1cb6a065e9c8a4cd065a147ef9026eba5 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 25 Jan 2025 19:53:00 -0500 Subject: [PATCH] Fix Show OTP on hover in asset and contact details logins section --- client_asset_details.php | 4 +++- client_contact_details.php | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/client_asset_details.php b/client_asset_details.php index 40252074..df8334f3 100644 --- a/client_asset_details.php +++ b/client_asset_details.php @@ -485,7 +485,7 @@ if (isset($_GET['asset_id'])) { if (empty($login_otp_secret)) { $otp_display = "-"; } else { - $otp_display = " Hover.."; + $otp_display = " Hover.."; } $login_note = nullable_htmlentities($row['login_note']); $login_important = intval($row['login_important']); @@ -926,6 +926,8 @@ if (isset($_GET['asset_id'])) { + + Hover.."; + $otp_display = " Hover.."; } $login_note = nullable_htmlentities($row['login_note']); $login_important = intval($row['login_important']); @@ -1129,6 +1129,8 @@ if (isset($_GET['contact_id'])) { + +