nicer package layout, also in checkout step 1, fixed missing registration language strings, registration error handling, email verification redirect, email verification error handling and messaging,

This commit is contained in:
Codex Agent
2025-11-19 20:21:54 +01:00
parent 91d3e61b0e
commit 8d2075bdd2
24 changed files with 1000 additions and 363 deletions

View File

@@ -69,6 +69,9 @@ class HandleInertiaRequests extends Middleware
'profile' => __('profile'),
'dashboard' => __('dashboard'),
],
'flash' => [
'verification' => fn () => $request->session()->get('verification'),
],
];
}
}