We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5af054b + 5fab0da commit 7f24861Copy full SHA for 7f24861
1 file changed
fletx/core/routing/router.py
@@ -371,7 +371,7 @@ async def _check_activation_guards(
371
if not await guard.can_activate(route_info):
372
redirect_path = await guard.redirect_to(route_info)
373
if redirect_path:
374
- self.navigate(redirect_path, replace=True)
+ await self.navigate(redirect_path, replace=True)
375
return NavigationResult.REDIRECTED
376
return NavigationResult.BLOCKED_BY_GUARD
377
0 commit comments