forked from Silverfish/proton-bridge
feat(GODT-2771): removed cert check and install on app startup on macOS.
This commit is contained in:
@ -25,6 +25,6 @@ func uninstallCert([]byte) error {
|
||||
return nil // Linux doesn't have a root cert store.
|
||||
}
|
||||
|
||||
func isCertInstalled([]byte) error {
|
||||
func isCertInstalled([]byte) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user