fd
This commit is contained in:
parent
1ee681b8f3
commit
ee7226448e
14 changed files with 160 additions and 6 deletions
|
@ -388,6 +388,8 @@ def sign_up_post(v):
|
|||
session["user_id"] = new_user.id
|
||||
session["session_id"] = token_hex(16)
|
||||
|
||||
g.db.commit()
|
||||
|
||||
return redirect("/")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue