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:
@@ -69,6 +69,9 @@ class HandleInertiaRequests extends Middleware
|
||||
'profile' => __('profile'),
|
||||
'dashboard' => __('dashboard'),
|
||||
],
|
||||
'flash' => [
|
||||
'verification' => fn () => $request->session()->get('verification'),
|
||||
],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user