mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
Clear warning
This commit is contained in:
parent
5e532b60b0
commit
55896d97b8
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ where
|
|||
|
||||
if resp.status() == 303 {
|
||||
if let Some(redirect_url) = resp.headers().get("Location") {
|
||||
navigate(&redirect_url, Default::default());
|
||||
_ = navigate(&redirect_url, Default::default());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue