feat(api): return license info in login

This commit is contained in:
Taha Yassine Kraiem 2021-12-05 18:41:31 +01:00
parent 492431af46
commit 001b6a53b2

View file

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