slightly improve add user form

This commit is contained in:
miloschwartz
2026-04-20 21:15:55 -07:00
parent 7f0264dec3
commit 66c0ed5bf0
2 changed files with 3 additions and 3 deletions

View File

@@ -467,7 +467,7 @@ export default function Page() {
<div>
<SettingsContainer>
{!inviteLink ? (
{!inviteLink && userOptions.length > 1 ? (
<SettingsSection>
<SettingsSectionHeader>
<SettingsSectionTitle>
@@ -490,7 +490,7 @@ export default function Page() {
genericOidcForm.reset();
}
}}
cols={2}
cols={3}
/>
</SettingsSectionBody>
</SettingsSection>