app: optionally pass cert with select-client-certificate event
This commit is contained in:
parent
f1f73eff04
commit
18c0cfa6f5
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ void OnClientCertificateSelected(
|
||||||
mate::Arguments* args) {
|
mate::Arguments* args) {
|
||||||
mate::Dictionary cert_data;
|
mate::Dictionary cert_data;
|
||||||
if (!args->GetNext(&cert_data)) {
|
if (!args->GetNext(&cert_data)) {
|
||||||
args->ThrowError();
|
delegate->ContinueWithCertificate(nullptr);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue