Files
DiceCloud/rpg-docs/packages/useraccounts-polymer-1.0/lib/at_resend_verification_email_link.js

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);