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