mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-24 02:46:44 +00:00
feat(GODT-2771): removed cert check and install on app startup on macOS.
This commit is contained in:
@ -17,6 +17,12 @@
|
||||
|
||||
package certs
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrUserCanceledCertificateInstall = errors.New("the user cancelled the authorization dialog")
|
||||
)
|
||||
|
||||
type Installer struct{}
|
||||
|
||||
func NewInstaller() *Installer {
|
||||
|
||||
Reference in New Issue
Block a user