Skip to content

Commit 5a33c87

Browse files
committed
Also write user_infos if empty
1 parent 7ae6d0b commit 5a33c87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/qwc2_viewer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,7 @@ def qwc2_config(self, identity, params):
343343

344344
config['username'] = display_username or username
345345
config['tenant'] = self.tenant
346-
if user_infos:
347-
config['user_infos'] = user_infos
346+
config['user_infos'] = user_infos
348347

349348
return jsonify(config)
350349

0 commit comments

Comments
 (0)