We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23970ef commit 6120b39Copy full SHA for 6120b39
1 file changed
store/keychain/keychain_windows.go
@@ -68,7 +68,6 @@ func (k *keychainStore[T]) Get(_ context.Context, id store.ID) (store.Secret, er
68
69
attributes := mapFromWindowsAttributes(gc.Attributes)
70
safelyCleanMetadata(attributes)
71
- safelySetID(id, attributes)
72
73
secret := k.factory()
74
if err := secret.SetMetadata(attributes); err != nil {
0 commit comments