登入驗證以及使用者按鈕
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 55s

This commit is contained in:
2026-01-07 14:44:01 +08:00
parent 19c60a6126
commit ef1fc47cff
10 changed files with 380 additions and 69 deletions

View File

@@ -37,7 +37,9 @@ class HandleInertiaRequests extends Middleware
{
return [
...parent::share($request),
//
'auth' => [
'user' => $request->user(),
],
];
}
}