feat(GODT-2772): error handling for Apple Mail auto config.

This commit is contained in:
Xavier Michelon
2023-08-24 18:27:12 +02:00
parent df09d6d221
commit 958e1280d7
5 changed files with 69 additions and 16 deletions

View File

@ -794,7 +794,7 @@ Status GRPCService::InstallTLSCertificate(ServerContext *, Empty const *, Empty
event = newCertificateInstallCanceledEvent();
break;
default:
event = newCertificateInstallCanceledEvent();
event = newCertificateInstallFailedEvent();
break;
}
qtProxy_.sendDelayedEvent(event);