feat(api): return license info in login
This commit is contained in:
parent
492431af46
commit
001b6a53b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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': {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue