Skip to content

Commit 29b14c3

Browse files
committed
wrong value stored
1 parent f728060 commit 29b14c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

J4JMapLibrary/credentials/GoogleCredentials.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ public override ICredentials Encrypt( IDataProtector protector ) =>
5757
public override ICredentials Decrypt( IDataProtector protector ) =>
5858
new GoogleCredentials
5959
{
60-
ApiKey = protector.Unprotect( ApiKey ), SignatureSecret = protector.Unprotect( ApiKey )
60+
ApiKey = protector.Unprotect( ApiKey ), SignatureSecret = protector.Unprotect( SignatureSecret )
6161
};
6262
}

0 commit comments

Comments
 (0)