mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
app: optionally pass cert with select-client-certificate event
This commit is contained in:
@@ -380,7 +380,7 @@ void OnClientCertificateSelected(
|
||||
mate::Arguments* args) {
|
||||
mate::Dictionary cert_data;
|
||||
if (!args->GetNext(&cert_data)) {
|
||||
args->ThrowError();
|
||||
delegate->ContinueWithCertificate(nullptr);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user