mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
fix #1192
This commit is contained in:
parent
9ecd22f06d
commit
4cff64c6d0
1 changed files with 1 additions and 2 deletions
|
@ -322,8 +322,7 @@ def create_project():
|
|||
db.session.commit()
|
||||
|
||||
# create the session object (authenticate)
|
||||
session[project.id] = True
|
||||
session.update()
|
||||
set_authorized_project(project)
|
||||
|
||||
# send reminder email
|
||||
g.project = project
|
||||
|
|
Loading…
Reference in a new issue