Session api token validation

This commit is contained in:
2026-06-29 21:42:47 +10:00
parent 164b590a6c
commit e551e202d5
18 changed files with 273 additions and 154 deletions
+4
View File
@@ -100,6 +100,10 @@ export type SharedProps = import('@inertiajs/core').PageProps & {
permissions: string[];
apiToken: string | null;
},
flash: {
success?: string;
error?: string;
},
logo_api_url: string
achievement_notifications: Notification[]
unread_notification_count: number