aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.d.ts
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-09-21 01:13:25 +0000
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-09-21 01:13:25 +0000
commit9d26295c65d2c68ae5012bea1b20ea7e45e93325 (patch)
tree3616eccafc248e25eb7f0e8c93e15b2863e8a502 /src/app.d.ts
parent11877824040ed2b92dab0efe04d7b24c64fa39cd (diff)
downloadcrunched-9d26295c65d2c68ae5012bea1b20ea7e45e93325.tar.gz
crunched-9d26295c65d2c68ae5012bea1b20ea7e45e93325.tar.bz2
crunched-9d26295c65d2c68ae5012bea1b20ea7e45e93325.tar.lz
crunched-9d26295c65d2c68ae5012bea1b20ea7e45e93325.zip

feat: misc changes before hopefully actually starting

HEADmaster
Diffstat (limited to 'src/app.d.ts')
-rw-r--r--src/app.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.d.ts b/src/app.d.ts
index 4f96a65..8d25cc0 100644
--- a/src/app.d.ts
+++ b/src/app.d.ts
@@ -8,7 +8,7 @@ declare global {
// interface Error {}
interface Locals {
/**
- * Undefined: not authorized
+ * Undefined: not authenticated
* Null: failed to validate/renew token
*/
auth: () => Promise<Session | undefined | null>;