We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf1154 commit 9e1d53cCopy full SHA for 9e1d53c
app/forms/idp/create.tsx
@@ -232,7 +232,7 @@ export function CreateIdpSideModalForm() {
232
233
<FormDivider />
234
235
- <SideModal.Heading>Identity Provider</SideModal.Heading>
+ <SideModal.Heading>Identity provider</SideModal.Heading>
236
{/* TODO: help text */}
237
<TextField name="idpEntityId" label="Entity ID" required control={form.control} />
238
<TextField
app/forms/idp/edit.tsx
@@ -113,7 +113,7 @@ export function EditIdpSideModalForm() {
113
114
115
116
117
118
119
name="idpEntityId"
0 commit comments