Skip to content

Commit 8a88f0a

Browse files
committed
Add tenant to config.json
1 parent 9e7bdfd commit 8a88f0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qwc2_viewer.py

+1
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ def qwc2_config(self, identity, params):
320320
)
321321

322322
config['username'] = display_username or username
323+
config['tenant'] = self.tenant
323324
if user_infos:
324325
config['user_infos'] = user_infos
325326

0 commit comments

Comments
 (0)