X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=lib%2Ftemplate%2Findex.js;h=f645bee5df5106f492abfac8a8a8d7233f95d289;hb=53ef948ea83106e82d55e60d6695a15e94bf725e;hp=69c70b93b2a869b785cdde7b7cc7d9edf2700948;hpb=dd173e6b450cbba8100883514610c9fde83d050a;p=squeep-authentication-module diff --git a/lib/template/index.js b/lib/template/index.js index 69c70b9..f645bee 100644 --- a/lib/template/index.js +++ b/lib/template/index.js @@ -2,8 +2,12 @@ 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