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