Fixy pooh

This commit is contained in:
swaggboi 2023-11-01 13:23:23 -04:00
parent 6744498b4d
commit 1c4299d95b
2 changed files with 1 additions and 2 deletions

View File

@ -62,7 +62,6 @@ tests locally:
## TODOs ## TODOs
1. Winter/Christmas/New Years background 1. Winter/Christmas/New Years background
1. Make CAPTCHA preserve search query
1. "All new posts flagged" mode (require approval for new posts) 1. "All new posts flagged" mode (require approval for new posts)
1. Tests for mod-only user? 1. Tests for mod-only user?

View File

@ -129,7 +129,7 @@ sub startup($self) {
return $c->redirect_to( return $c->redirect_to(
captcha_page => return_url => captcha_page => return_url =>
b64_encode gzip $c->url_for->to_abs->to_string b64_encode gzip $c->url_with->to_abs->to_string
), undef; ), undef;
}); });