mirror of
https://github.com/usebruno/bruno.git
synced 2024-12-22 14:41:04 +01:00
refactor: remove mainWindow dependency for client certificate logging
This commit is contained in:
parent
0063d7def2
commit
c5584df7b1
@ -180,7 +180,7 @@ const configureRequest = async (
|
||||
}
|
||||
}
|
||||
|
||||
if (clientCertificates.length && mainWindow) {
|
||||
if (clientCertificates.length) {
|
||||
onConsoleLog('log', ["Client Certificates", clientCertificates]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user