Update user avatar component and settings page

This commit is contained in:
Sean Morley
2024-04-18 23:11:19 +00:00
parent f626370d3f
commit e372ebbacc
3 changed files with 8 additions and 3 deletions

2
src/app.d.ts vendored
View File

@@ -3,7 +3,7 @@ declare global {
interface Locals {
user: import("lucia").User | null;
session: import("lucia").Session | null;
isServerSetup: boolean;
isServerSetup: boolean | null;
}
}
}