Skip to content

Commit

Permalink
fix saml config for cp-dev
Browse files Browse the repository at this point in the history
CPCN-500
  • Loading branch information
petrjasek committed Dec 20, 2023
1 parent 401ef2e commit 91bcb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
SAML_PATH_MAP = {
"localhost": "localhost",
"uat": "uat",
"dev": "uat",
"cp-dev": "cp-dev",
}

for url, path in SAML_PATH_MAP.items():
Expand Down

0 comments on commit 91bcb3a

Please sign in to comment.