Session api token validation
This commit is contained in:
Vendored
+4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user