mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update comment
This commit is contained in:
parent
9ba99417ae
commit
418b04c86c
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ fn handle(
|
|||
let subject = subject.clone();
|
||||
let redirects = redirects.clone();
|
||||
move |result| {
|
||||
// Remove input forms when redirection expected has been not applied (e.g. failure status)
|
||||
// Remove input forms when redirection expected has not been applied (e.g. failure status)
|
||||
// @TODO implement input data recovery on error (it's also available before unset, but reference lost at this point)
|
||||
subject.page.input.unset();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue