You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
will cause panic, it's because calling cred, err := wincred.GetGenericCredential(k.credentialName(key)) returns nil, nil without error, and cred is used for cred.CredentialBlob caused panic
I have set
keyring:default:key1
,keyring:default:key2
already, and can be found in windows Credential Manager.then test following code:
it would return empty keys. but if I call kr.Set() before kr.Keys(), it would return
keyring:default:key1
andkeyring:default:key2
The text was updated successfully, but these errors were encountered: