diff options
| author | 2025-09-21 01:13:25 +0000 | |
|---|---|---|
| committer | 2025-09-21 01:13:25 +0000 | |
| commit | 9d26295c65d2c68ae5012bea1b20ea7e45e93325 (patch) | |
| tree | 3616eccafc248e25eb7f0e8c93e15b2863e8a502 /src/app.d.ts | |
| parent | 11877824040ed2b92dab0efe04d7b24c64fa39cd (diff) | |
| download | crunched-master.tar.gz crunched-master.tar.bz2 crunched-master.tar.lz crunched-master.zip | |
Diffstat (limited to 'src/app.d.ts')
| -rw-r--r-- | src/app.d.ts | 2 |
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>; |