mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-23 10:26:44 +00:00
feat(GODT-2552): Init telemetry heartbeat.
This commit is contained in:
committed by
Romain Le Jeune
parent
6ddaa94bc0
commit
0f621d0aad
@ -31,7 +31,7 @@ func init() { //nolint:gochecknoinits
|
||||
Helpers[WindowsCredentials] = newWinCredHelper
|
||||
|
||||
// Use WindowsCredentials by default.
|
||||
defaultHelper = WindowsCredentials
|
||||
DefaultHelper = WindowsCredentials
|
||||
}
|
||||
|
||||
func newWinCredHelper(string) (credentials.Helper, error) {
|
||||
|
||||
Reference in New Issue
Block a user