We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f728060 commit 29b14c3Copy full SHA for 29b14c3
J4JMapLibrary/credentials/GoogleCredentials.cs
@@ -57,6 +57,6 @@ public override ICredentials Encrypt( IDataProtector protector ) =>
57
public override ICredentials Decrypt( IDataProtector protector ) =>
58
new GoogleCredentials
59
{
60
- ApiKey = protector.Unprotect( ApiKey ), SignatureSecret = protector.Unprotect( ApiKey )
+ ApiKey = protector.Unprotect( ApiKey ), SignatureSecret = protector.Unprotect( SignatureSecret )
61
};
62
}
0 commit comments