Skip to content

Commit

Permalink
fixed missing reference to the admin login screen missing 'dumps' ref…
Browse files Browse the repository at this point in the history
…erence (#473)
  • Loading branch information
srecinto committed Jan 24, 2022
1 parent a34d302 commit 9587150
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GlobalBehaviorandComponents/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ def gbac_main():
templatename=get_app_vertical(),
appurl=appurl,
user_info=get_userinfo(),
config=session[SESSION_INSTANCE_SETTINGS_KEY], state=str(uuid.uuid4()))
config=session[SESSION_INSTANCE_SETTINGS_KEY], state=str(uuid.uuid4()),
dumps=dumps)


@gbac_bp.route("/clear_session")
Expand Down

0 comments on commit 9587150

Please sign in to comment.