X-Git-Url: http://git.squeep.com/?p=squeep-authentication-module;a=blobdiff_plain;f=lib%2Ftemplate%2Findex.js;h=c77123c5a40deec041d716bdc659a30b42c14a30;hp=69c70b93b2a869b785cdde7b7cc7d9edf2700948;hb=2ca511865b0caf3108819cfd6ee775124ea70dff;hpb=8b998e55749e8613c0dece7a156b5edf83fb3608 diff --git a/lib/template/index.js b/lib/template/index.js index 69c70b9..c77123c 100644 --- a/lib/template/index.js +++ b/lib/template/index.js @@ -2,8 +2,10 @@ const IAHTML = require('./ia-html'); const LoginHTML = require('./login-html'); +const OTPHTML = require('./otp-html'); module.exports = { IAHTML, LoginHTML, + OTPHTML, }; \ No newline at end of file