rudimentary support for totp 2fa
[squeep-authentication-module] / lib / template / index.js
index 69c70b93b2a869b785cdde7b7cc7d9edf2700948..c77123c5a40deec041d716bdc659a30b42c14a30 100644 (file)
@@ -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