Skip to content

Commit 72555ae

Browse files
revert changes
1 parent 0b007d2 commit 72555ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Applications/Backend/Source/HttpsRichardy.Federation.Infrastructure.IoC/Extensions

Applications/Backend/Source/HttpsRichardy.Federation.Infrastructure.IoC/Extensions/SecretsExtension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static void AddInitialSecrets(this IServiceCollection services)
1919
secret = new Secret
2020
{
2121
PrivateKey = Convert.ToBase64String(rsa.ExportRSAPrivateKey()),
22-
PublicKey = Convert.ToBase64String(rsa.ExportRSAPublicKey())
22+
PublicKey = Convert.ToBase64String(rsa.ExportRSAPublicKey())
2323
};
2424

2525
secretRepository.InsertAsync(secret)

0 commit comments

Comments
 (0)