Add ability to conditionally disable auth (#309)

This commit is contained in:
Gregory Schier
2025-11-26 11:05:07 -08:00
committed by GitHub
parent dfa6f1c5b4
commit 8a80e7b833
11 changed files with 346 additions and 110 deletions

View File

@@ -131,7 +131,6 @@ export const plugin: PluginDefinition = {
type: 'select',
name: 'grantType',
label: 'Grant Type',
hideLabel: true,
defaultValue: defaultGrantType,
options: grantTypes,
},