We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b007d2 commit 72555aeCopy full SHA for 72555ae
1 file changed
Applications/Backend/Source/HttpsRichardy.Federation.Infrastructure.IoC/Extensions/SecretsExtension.cs
@@ -19,7 +19,7 @@ public static void AddInitialSecrets(this IServiceCollection services)
19
secret = new Secret
20
{
21
PrivateKey = Convert.ToBase64String(rsa.ExportRSAPrivateKey()),
22
- PublicKey = Convert.ToBase64String(rsa.ExportRSAPublicKey())
+ PublicKey = Convert.ToBase64String(rsa.ExportRSAPublicKey())
23
};
24
25
secretRepository.InsertAsync(secret)
0 commit comments