5 Commits

Author SHA1 Message Date
Edward Andress
386de2af1a fix: friendly sign up validation errors 2024-04-17 21:34:51 +01:00
Luke Watts
3689c69f04 refactor: firebase switch to modular usage for auth 2024-01-16 19:39:36 +01:00
Luke Watts
c25f9d8119 chore: refactor to remove use of prototype built ins
It’s better to always call built in methods from Object.prototype.
For example, foo.hasOwnProperty("bar") should be replaced
with Object.prototype.hasOwnProperty.call(foo, "bar").

Further information:
https://eslint.org/docs/latest/rules/no-irregular-whitespace
2023-03-25 15:08:51 +01:00
chrismclarke
d5112b5b4c hotfix type issue 2021-05-27 22:24:21 -07:00
chrismclarke
93786a5ef5 add shared messages 2021-05-27 18:54:35 -07:00