Commit Graph

11 Commits (148c0edcbfcb44aa51e58dac2406d007556e297a)

Author SHA1 Message Date
Paul Makles 148c0edcbf
Merge pull request #268 from brecert/fix-198 2021-10-09 23:45:52 +01:00
Paul ce0749d9e8 Prevent double sending of requests. 2021-09-19 13:47:25 +01:00
brecert ecb0bff4f3
Set appropriate `autocomplete` attributes for password reset
- make autocomplete set to `current-password` and `new-password` for password resets
- fixes #198
2021-09-19 04:11:54 -04:00
Paul 52875ab197 Fix change email / password. 2021-09-13 16:41:47 +01:00
Paul 5b422b89e3 Migrate to rAuth v1. 2021-09-11 17:36:23 +01:00
Paul 55e00bf93f Make the linter happy. 2021-08-05 14:47:00 +01:00
Paul 98e0edd331 Re-write types for modal actions. 2021-07-06 11:34:36 +01:00
Paul b5a11d5c8f Use tabWidth 4 without actual tabs. 2021-07-05 11:25:20 +01:00
Paul 7bd33d8d34 Run prettier on all files. 2021-07-05 11:23:23 +01:00
bree a4051330a3
remove most uses of `as any` in typescript
- replaced many uses of `as any` with another more specific cast `as T`
- filled in missing typed for items that needed to be typed
  - new runtime code was added where necessary to satisfy the new types with comments
- added missing theme variable "sidebar-active" to the Theme variables
- forms using `react-hook-form` are now typechecked
- changed some instances of `target` into `currentTarget` while removing `as any` assertions
2021-07-04 07:09:39 -04:00
Paul 8a16724892 Fix: "Modify Account" did not have access to client 2021-06-26 10:34:48 +01:00