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