Skip to content

Commit

Permalink
fix #1192
Browse files Browse the repository at this point in the history
  • Loading branch information
Glandos committed Jul 15, 2023
1 parent d09d19a commit 59f3e9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ihatemoney/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59f3e9b

Please sign in to comment.