6 lines
312 B
JavaScript
6 lines
312 B
JavaScript
// Simply 'inherites' helpers from AccountsTemplates
|
|
Template.atResendVerificationEmailLink.helpers(AccountsTemplates.atResendVerificationEmailLinkHelpers);
|
|
|
|
// Simply 'inherites' events from AccountsTemplates
|
|
Template.atResendVerificationEmailLink.events(AccountsTemplates.atResendVerificationEmailLinkEvents);
|