feat(api): return saml2 in login response

This commit is contained in:
Taha Yassine Kraiem 2021-12-05 20:42:42 +01:00
parent 7bb3f5c6fb
commit 0605c55839

View file

@ -47,6 +47,7 @@ def login():
stack_integrations=True, version=True)
c["smtp"] = helper.has_smtp()
c["iceServers"] = assist.get_ice_servers()
c["saml2"] = SAML2_helper.is_saml2_available()
c = {**c, **license.get_status(tenant_id)}
return {
'jwt': r.pop('jwt'),