Update frontend/src/pages/organization/AccessManagementPage/components/OrgIdentityTab/components/IdentitySection/IdentityTlsCertAuthForm.tsx

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Akhil Mohan
2025-06-25 14:42:11 +05:30
committed by GitHub
parent 8ada11edf3
commit d9aed45504

View File

@@ -210,7 +210,7 @@ export const IdentityTlsCertAuthForm = ({
isError={Boolean(error)}
isOptional
errorText={error?.message}
tooltipText="Comma seperated common names allowed to authenticate against the identity. Leave empty to allow any certificate."
tooltipText="Comma separated common names allowed to authenticate against the identity. Leave empty to allow any certificate."
>
<Input {...field} placeholder="" type="text" />
</FormControl>