restore diff messages to debug an issue

pull/24/head
Aevann1 2022-11-27 02:16:08 +02:00 committed by geese_suck
parent d827050974
commit 39709cc325
Signed by: geese_suck
GPG Key ID: 4D09E4B0A7264746
1 changed files with 1 additions and 0 deletions

View File

@ -235,6 +235,7 @@ def sign_up_post(v:Optional[User]):
return signup_error("There was a problem. Please try again.")
if not hmac.compare_digest(correct_formkey, form_formkey):
if SITE == 'localhost': return signup_error("There was a problem. Please try again!")
return signup_error("There was a problem. Please try again.")
if not request.values.get(