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>
This commit is contained in:
Leandro Antônio Farias Machado 2024-09-21 11:25:59 -03:00 committed by GitHub
parent a3112efaaf
commit e6881f3cec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,7 @@ export const CredentialsTable = (props) => {
...newData
}))
})
console.log("showPassword: "+ showPassword)
// console.log("showPassword: "+ showPassword)
},[])
return (