element-call-Github/src/auth
David Baker c546042d18 Use the loglevel library's extensions
...instead of monkey patching the console log objects. We use a logging
framework everywhere now (this fixes the times when we didn't...)
so there's not really a reason to do this the hacky way anymore.

This means that log lines now appear to come from whatever else is
intercepting the logger (eg. sentry) rather than rageshake.ts.

Opinions on this welcome on whether it's better or not.
2023-09-25 18:04:34 +01:00
..
generateRandomName.ts Fix copyright headers 2023-01-03 16:55:26 +00:00
LoginPage.module.css Adopt the Compound color system 2023-08-28 17:14:40 -04:00
LoginPage.tsx Enable strict lints 2023-07-11 16:02:58 +01:00
RegisterPage.tsx Use the loglevel library's extensions 2023-09-25 18:04:34 +01:00
useInteractiveLogin.ts Enable strict lints 2023-07-11 16:02:58 +01:00
useInteractiveRegistration.ts Enable strict lints 2023-07-11 16:02:58 +01:00
useRecaptcha.ts Use the loglevel library's extensions 2023-09-25 18:04:34 +01:00
useRegisterPasswordlessUser.ts Enable strict lints 2023-07-11 16:02:58 +01:00