1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-03 08:07:46 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
0f4e77364b
remove hardcoded string from form.ts 2020-10-30 23:14:29 +00:00
301f502052
Rework typescript to use modules
web UI now uses modules, and relies less on bodge to make things work.
Also fixes an issue where invites where "failed to send to xx" appeared
in invite form.
2020-10-22 17:50:40 +01:00
2d6b1717db
move all shared typescript to common.ts 2020-10-20 23:33:32 +01:00
9abb177427
use typescript for form.html in separate file, allow customization of
requirement strings

Password requirement text is now loaded by the typescript, and can be
customized by changing the validationStrings variable. See wiki for more
info.
2020-10-20 23:00:30 +01:00