Skip to content

Commit

Permalink
fix(authn): wrong prompt in Client Info
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon authored and ysfscream committed Oct 24, 2024
1 parent 940c0ff commit 6d9c076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Auth/components/CInfoConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const checksProperties = {
type: 'string',
format: 'textarea',
rows: 3,
placeholder: 'e.g., regex_match(username, "^admin-")',
placeholder: "e.g., regex_match(username, '^admin-')",
path: 'checks.is_match',
key: 'checks.is_match',
label: tl('isMatch'),
Expand Down

0 comments on commit 6d9c076

Please sign in to comment.