forked from rDrama/rDrama
1
0
Fork 0

restore diff messages to debug an issue

master
Aevann1 2022-11-27 02:16:08 +02:00
parent c79456c86b
commit 641926b425
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(