Commit Graph

17 Commits

Author SHA1 Message Date
Terry Sutton
b4c01bc45a Fix typo 2022-08-19 11:08:37 -02:30
Joshen Lim
250ad9714d Fix spelling in auth form 2022-07-27 22:20:01 +08:00
Jonathan Summers-Muir
b3d952eda0 fix: units of SMS OTP length 2022-07-20 20:13:41 +08:00
Joshen Lim
2f15159fca Revert "Revert "chore: remove global loading spinner""
This reverts commit c5be38e52a.
2022-07-18 20:34:37 +08:00
Beng Eu
c5be38e52a Revert "chore: remove global loading spinner" 2022-07-18 16:57:38 +08:00
Joshen Lim
f06ee09822 Make secret fields in auth config/smtp form visibility toggleable 2022-07-17 15:13:53 +08:00
Joshen Lim
a74f0a9ec7 Pull master and resolve conflicts 2022-07-15 17:54:00 +08:00
Joshen Lim
4c38fa7517 Small style fixes in auth config page 2022-07-15 15:45:12 +08:00
Jonathan Summers-Muir
93a270d88d fix: issues with double negative keys 2022-07-15 15:21:12 +08:00
Joshen Lim
286f7d6ec6 Fix URL validations for auth prociders 2022-07-14 13:17:04 +08:00
Joshen Lim
a561305ba3 Fix auth settings pages and clean up 2022-07-08 12:22:21 +08:00
Jonathan Summers-Muir
20bcc2ea8e chore: email templates form working 2022-06-21 14:02:56 +08:00
Jonathan Summers-Muir
9c4d862f04 chore: add variables helper text 2022-06-20 14:03:46 +08:00
Jonathan Summers-Muir
2899306988 chore: add templates form 2022-06-17 00:06:20 +08:00
Jonathan Summers-Muir
453e6f2a19 chore: add new inputs 2022-05-26 19:43:49 +08:00
Jonathan Summers-Muir
c5c04064a0 Update AuthProvidersFormValidation.tsx 2022-05-26 19:10:11 +08:00
Jonathan Summers-Muir
d7fa6997e4 feat: new auth providers form
• added new mobx store for config
• using yup() for validation schema
• tried to follow some conventions of JSONSchema, but can do better. can investigate some schema-to-yup solutions later so things can be more JSONSchema.
• made up a few parts of JSONSchema to show/hide properties - not following any official convention.
2022-05-12 10:35:41 +08:00