From e6881f3cec04a77f7d749e601630876fe62545d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Ant=C3=B4nio=20Farias=20Machado?= <83298718+leandrofars@users.noreply.github.com> Date: Sat, 21 Sep 2024 11:25:59 -0300 Subject: [PATCH] Fix code scanning alert #10: Clear-text logging of sensitive information Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- frontend/src/sections/credentials/credentials-table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/sections/credentials/credentials-table.js b/frontend/src/sections/credentials/credentials-table.js index 687d6a5..80c351a 100644 --- a/frontend/src/sections/credentials/credentials-table.js +++ b/frontend/src/sections/credentials/credentials-table.js @@ -63,7 +63,7 @@ export const CredentialsTable = (props) => { ...newData })) }) - console.log("showPassword: "+ showPassword) + // console.log("showPassword: "+ showPassword) },[]) return (