update comment

This commit is contained in:
yggverse 2025-01-26 11:52:26 +02:00
parent 9ba99417ae
commit 418b04c86c

View file

@ -176,7 +176,7 @@ fn handle(
let subject = subject.clone(); let subject = subject.clone();
let redirects = redirects.clone(); let redirects = redirects.clone();
move |result| { 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) // @TODO implement input data recovery on error (it's also available before unset, but reference lost at this point)
subject.page.input.unset(); subject.page.input.unset();