Skip to content

Commit

Permalink
fix: increase limit from 20 to 50 for creating alias password
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed May 2, 2024
1 parent 64b2536 commit 226db06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web/my-account.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ router
web.myAccount.retrieveAlias,
web.myAccount.ensureAliasAdmin,
policies.ensureTurnstile,
rateLimit(20, 'generate alias password'),
rateLimit(50, 'generate alias password'),
web.myAccount.generateAliasPassword
)
.post(
Expand Down

0 comments on commit 226db06

Please sign in to comment.