Add more functionality wip

This commit is contained in:
Pablu23
2025-09-03 18:20:40 +02:00
parent 680526903b
commit d32eee314f
7 changed files with 64 additions and 39 deletions

4
src/app.d.ts vendored
View File

@@ -8,8 +8,8 @@ declare global {
interface Locals {
user: {
isLoggedIn: boolean;
email: string | undefined;
username: string | undefined | null;
email: string | null;
username: string | null;
}
}
// interface PageData {}