Merge pull request #336 from OktopUSP/autofix/alert-10-6d5860aa66

Fix code scanning alert #10: Clear-text logging of sensitive information
This commit is contained in:
Leandro Antônio Farias Machado 2024-09-21 11:26:17 -03:00 committed by GitHub
commit d4afbbbfd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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