mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-18 16:17:03 +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
|
Helpers[MacOSKeychain] = newMacOSHelper
|
||||||
|
|
||||||
// Use MacOSKeychain by default.
|
// Use MacOSKeychain by default.
|
||||||
defaultHelper = WindowsCredentials
|
defaultHelper = MacOSKeychain
|
||||||
}
|
}
|
||||||
|
|
||||||
func newMacOSHelper(url string) (credentials.Helper, error) {
|
func newMacOSHelper(url string) (credentials.Helper, error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user