X-Git-Url: http://git.squeep.com/?p=squeep-authentication-module;a=blobdiff_plain;f=lib%2Ftemplate%2Findex.js;h=ce326db9fc5595fce536e80f05185bac7cd52234;hp=f645bee5df5106f492abfac8a8a8d7233f95d289;hb=2c3ddf0a6f40b9d0a4e54fa12b84b8af33eaaadc;hpb=54ca04e330d14a12344ddc2b161c1d9b55bfd7d7 diff --git a/lib/template/index.js b/lib/template/index.js index f645bee..ce326db 100644 --- a/lib/template/index.js +++ b/lib/template/index.js @@ -1,11 +1,13 @@ 'use strict'; +const Helpers = require('./helpers'); const IAHTML = require('./ia-html'); const LoginHTML = require('./login-html'); const OTPHTML = require('./otp-html'); const SettingsHTML = require('./settings-html'); module.exports = { + Helpers, IAHTML, LoginHTML, OTPHTML,