X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=lib%2Ftemplate%2Findex.js;fp=lib%2Ftemplate%2Findex.js;h=f645bee5df5106f492abfac8a8a8d7233f95d289;hb=53ef948ea83106e82d55e60d6695a15e94bf725e;hp=c77123c5a40deec041d716bdc659a30b42c14a30;hpb=842a3da269de1ab82e9a2a12aae8ed5677f064d8;p=squeep-authentication-module diff --git a/lib/template/index.js b/lib/template/index.js index c77123c..f645bee 100644 --- a/lib/template/index.js +++ b/lib/template/index.js @@ -3,9 +3,11 @@ const IAHTML = require('./ia-html'); const LoginHTML = require('./login-html'); const OTPHTML = require('./otp-html'); +const SettingsHTML = require('./settings-html'); module.exports = { IAHTML, LoginHTML, OTPHTML, + SettingsHTML, }; \ No newline at end of file