Skip to content

Commit

Permalink
fix: getting correct errors on apiToken
Browse files Browse the repository at this point in the history
  • Loading branch information
michtio committed Sep 24, 2024
1 parent 7b43f20 commit 07ed2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/settings.twig
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
suggestions: craft.cp.getEnvSuggestions(),
name: 'apiToken',
value: purger.apiToken,
errors: purger.getErrors('namespace'),
errors: purger.getErrors('apiToken'),
required: true,
}) }}

Expand Down

0 comments on commit 07ed2b1

Please sign in to comment.