Skip to content

Commit

Permalink
fix(entities-plugins): fix rsa public key schema
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinryerson committed May 2, 2024
1 parent 5ebe7e9 commit 741878f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ export const CREDENTIAL_SCHEMAS: Record<string, any> = {
keyauth_enc_credentials: keyEncCredentialSchema,
oauth2_credentials: oauthCredentialSchema,
hmacauth_credentials: hmacAuthCredentialsSchema,
jwt_secrets: jwtCredentialsSchema,
jwt_secrets: jwtSecretSchema,
}

/**
Expand Down

0 comments on commit 741878f

Please sign in to comment.