fix typo in imports/api/Users/server/methods.js
This commit is contained in:
parent
f83d2d21c4
commit
815717ea0b
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ Meteor.methods({
|
||||||
|
|
||||||
rateLimit({
|
rateLimit({
|
||||||
methods: [
|
methods: [
|
||||||
'users.resendVerification',
|
'users.sendVerificationEmail',
|
||||||
'users.editProfile',
|
'users.editProfile',
|
||||||
],
|
],
|
||||||
limit: 5,
|
limit: 5,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue