Skip to content

Commit

Permalink
Merge pull request #275 from CybercentreCanada/hotfix/discover
Browse files Browse the repository at this point in the history
Publish discover_url in whoami api
  • Loading branch information
cccs-sgaron authored Sep 23, 2021
2 parents e4c9881 + c102ad4 commit a32418b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assemblyline_ui/api/v4/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def who_am_i(**kwargs):
"allow_url_submissions": config.ui.allow_url_submissions,
"banner": config.ui.banner,
"banner_level": config.ui.banner_level,
"discover_url": config.ui.discover_url,
"read_only": config.ui.read_only,
"tos": config.ui.tos not in [None, ""],
"tos_lockout": config.ui.tos_lockout,
Expand Down

0 comments on commit a32418b

Please sign in to comment.