add account settings page, rest of otp support, stdio credential helper, other misc
[squeep-authentication-module] / lib / template / index.js
index 69c70b93b2a869b785cdde7b7cc7d9edf2700948..f645bee5df5106f492abfac8a8a8d7233f95d289 100644 (file)
@@ -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