Unverified Commit 41f9a690 authored by Yeuoly's avatar Yeuoly

feat: add timezone

parent 364aa6c8
......@@ -22,7 +22,8 @@ class EnterpriseAuthorizationApi(Resource):
'name': current_tenant.name,
'plan': current_tenant.plan,
},
'current_tenant_role': current_tenant.current_role
'current_tenant_role': current_tenant.current_role,
'timezone': current_user.timezone,
}
api.add_resource(EnterpriseAuthorizationApi, '/authorization/info')
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment