mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-23 02:26:42 +00:00
fix: address review comments
This commit is contained in:
@ -25,7 +25,7 @@ import (
|
||||
const WindowsCredentials = "windows-credentials"
|
||||
|
||||
func init() { // nolint[noinit]
|
||||
Helpers = make(map[string]helper)
|
||||
Helpers = make(map[string]helperConstructor)
|
||||
|
||||
// Windows always provides a keychain.
|
||||
Helpers[WindowsCredentials] = newWinCredHelper
|
||||
|
||||
Reference in New Issue
Block a user