Skip to content

Commit

Permalink
Dont change name based on env
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Jun 22, 2023
1 parent dfc81ec commit 60ed012
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bartender/web/users/egi.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ def __init__(
environment: Literal["production", "development", "demo"] = "production",
):
name = "EGI Check-in"
if environment != "production":
name = f"{name} {environment}"
super().__init__(
client_id,
client_secret,
Expand Down

0 comments on commit 60ed012

Please sign in to comment.