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