mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
chore(console): client secret input of OIDC SSO form should be confidential (#5012)
This commit is contained in:
parent
d18dfe5e20
commit
7b57871393
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ function OidcMetadataForm({ providerConfig, config, providerName }: Props) {
|
||||||
</FormField>
|
</FormField>
|
||||||
<FormField isRequired title="enterprise_sso.metadata.oidc.client_secret_field_name">
|
<FormField isRequired title="enterprise_sso.metadata.oidc.client_secret_field_name">
|
||||||
<TextInput
|
<TextInput
|
||||||
|
isConfidential
|
||||||
{...register('clientSecret', { required: true })}
|
{...register('clientSecret', { required: true })}
|
||||||
error={Boolean(errors.clientSecret)}
|
error={Boolean(errors.clientSecret)}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue