support interaction between module and apps for updating templates before rendering
authorJustin Wind <justin.wind+git@gmail.com>
Sat, 23 Mar 2024 20:54:17 +0000 (13:54 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sat, 23 Mar 2024 20:54:17 +0000 (13:54 -0700)
commit2c3ddf0a6f40b9d0a4e54fa12b84b8af33eaaadc
treeeed05c575d569199598c102f1bda7a3f3b2d3828
parent54ca04e330d14a12344ddc2b161c1d9b55bfd7d7
support interaction between module and apps for updating templates before rendering
14 files changed:
CHANGELOG.md
README.md
index.js
lib/session-manager.js
lib/template/helpers.js [new file with mode: 0644]
lib/template/ia-html.js
lib/template/index.js
lib/template/login-html.js
lib/template/otp-html.js
lib/template/settings-html.js
package-lock.json
package.json
test/lib/template/helpers.js [new file with mode: 0644]
test/lib/template/login-html.js