refactor: remove mainWindow dependency for client certificate logging

This commit is contained in:
Pragadesh-45 2024-11-27 13:43:36 +05:30
parent 0063d7def2
commit c5584df7b1

View File

@ -180,7 +180,7 @@ const configureRequest = async (
}
}
if (clientCertificates.length && mainWindow) {
if (clientCertificates.length) {
onConsoleLog('log', ["Client Certificates", clientCertificates]);
}