forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-12-28 10:17:49 +02:00
parent ba2c7702e7
commit 53ed74ff48
2 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -334,7 +334,7 @@ def sign_up_post(v):
if email: send_verification_email(new_user)
if "rama" in request.host: send_notification(new_user.id, WELCOME_MSG)
send_notification(new_user.id, WELCOME_MSG)
session.permanent = True
session["session_id"] = token_hex(49)