summaryrefslogtreecommitdiffstats
path: root/packages/meteor-useraccounts-core/lib/templates_helpers/at_message.js
blob: baa9ca044392345940153c767f2896244d1450d2 (plain)
1
2
3
4
5
6
7
AT.prototype.atMessageHelpers = {
    message: function() {
        var messageText = AccountsTemplates.state.form.get("message");
        if (messageText)
            return T9n.get(messageText, markIfMissing=false);
    },
};