mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
@ -37,7 +37,7 @@ func init() { // nolint[noinit]
|
||||
Helpers[MacOSKeychain] = newMacOSHelper
|
||||
|
||||
// Use MacOSKeychain by default.
|
||||
defaultHelper = WindowsCredentials
|
||||
defaultHelper = MacOSKeychain
|
||||
}
|
||||
|
||||
func newMacOSHelper(url string) (credentials.Helper, error) {
|
||||
|
||||
Reference in New Issue
Block a user