Blame view
client/templates/public/recover-password.js
247 Bytes
0ccda7775
|
1 2 3 4 |
Template.recoverPassword.onRendered( () => { Modules.client.recoverPassword({ form: "#recover-password", template: Template.instance() |
3b214be5e
|
5 |
}); |
76b8987a6
|
6 |
}); |
3b214be5e
|
7 |
|
3b214be5e
|
8 |
Template.recoverPassword.events({ |
0ccda7775
|
9 |
'submit form': ( event ) => event.preventDefault() |
3b214be5e
|
10 |
}); |