Remove adding email to user session

This commit is contained in:
Kevin Chung
2020-06-06 23:52:04 -04:00
parent b2bf4eb542
commit 62b5d4fc4e

View File

@@ -22,7 +22,6 @@ def login_user(user):
def update_user(user):
session["id"] = user.id
session["email"] = user.email
session["hash"] = hmac(user.password)
# Clear out any currently cached user attributes