5 lines
231 B
JavaScript
5 lines
231 B
JavaScript
// Simply 'inherites' helpers from AccountsTemplates
|
|
Template.atPwdLink.helpers(AccountsTemplates.atPwdLinkHelpers);
|
|
|
|
// Simply 'inherites' events from AccountsTemplates
|
|
Template.atPwdLink.events(AccountsTemplates.atPwdLinkEvents); |