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.
1 parent cdf7ab4 commit 3259d65Copy full SHA for 3259d65
1 file changed
src/Auth/UserTags.php
@@ -444,7 +444,7 @@ public function resetPasswordForm()
444
$html .= '<input type="hidden" name="token" value="'.$token.'" />';
445
446
if ($redirect) {
447
- $html .= '<input type="hidden" name="redirect" value="'.$redirect.'" />';
+ $html .= '<input type="hidden" name="redirect" value="'.e($redirect).'" />';
448
}
449
450
$html .= $this->parse($data);
0 commit comments