feature(chalice): changed config

This commit is contained in:
Taha Yassine Kraiem 2024-01-30 17:45:08 +01:00
parent 8263773bff
commit b62134292e

View file

@ -137,6 +137,7 @@ def get_saml2_provider():
def get_landing_URL(jwt):
return 'https://yzxd7c.csb.app?jwt=%s' % jwt
return config("SITE_URL") + config("sso_landing", default="/login?jwt=%s") % jwt