Skip to content

Commit 2acbc02

Browse files
committed
Merge branch 'bug/rate_limit_typo_#27'
Fixes cleverbeagle#27
2 parents f83d2d2 + 815717e commit 2acbc02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imports/api/Users/server/methods.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Meteor.methods({
2929

3030
rateLimit({
3131
methods: [
32-
'users.resendVerification',
32+
'users.sendVerificationEmail',
3333
'users.editProfile',
3434
],
3535
limit: 5,

0 commit comments

Comments
 (0)