mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-22 01:56:44 +00:00
GODT-35: Finish all details and make tests pass
This commit is contained in:
@ -233,7 +233,7 @@ func (s *Store) get(userID string) (creds *Credentials, err error) {
|
||||
|
||||
_, secret, err := s.secrets.Get(userID)
|
||||
if err != nil {
|
||||
log.WithError(err).Error("Could not get credentials from native keychain")
|
||||
log.WithError(err).Warn("Could not get credentials from native keychain")
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user