mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-15 12:16:47 +00:00
✨ Refactor routing to dashboard with country parameter adjustment
This commit is contained in:
@@ -64,7 +64,7 @@ class extends Component {
|
||||
$user = Auth::user();
|
||||
|
||||
if ($user->hasVerifiedEmail()) {
|
||||
$this->redirectIntended(default: route_with_country('dashboard', absolute: false));
|
||||
$this->redirectIntended(default: route('dashboard', ['country' => 'de'],absolute: false));
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user