Skip to content

Commit

Permalink
fix: expand scope
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Jul 28, 2024
1 parent 299d275 commit 2b53798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/sys/oauth/oauth.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const formSchema: FormSchema[] = [
label: t('sys.oauth.scope'),
required: true,
component: 'Input',
rules: [{ max: 50 }],
rules: [{ max: 100 }],
},
{
field: 'authUrl',
Expand Down

0 comments on commit 2b53798

Please sign in to comment.