You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When editing client, TUI raises the following error:
File "/home/iromli/.shiv/jans-cli-tui.pyz_cb2d0d4e4082f7d606ee952647ab72646a410e2fa313b73d01da1f503979a891/site-packages/cli_tui/plugins/010_auth_server/main.py", line 757, in edit_client
self.edit_client_dialog = EditClientDialog(
File "/home/iromli/.shiv/jans-cli-tui.pyz_cb2d0d4e4082f7d606ee952647ab72646a410e2fa313b73d01da1f503979a891/site-packages/cli_tui/plugins/010_auth_server/edit_client_dialog.py", line 85, in __init__
self.fill_client_scopes()
File "/home/iromli/.shiv/jans-cli-tui.pyz_cb2d0d4e4082f7d606ee952647ab72646a410e2fa313b73d01da1f503979a891/site-packages/cli_tui/plugins/010_auth_server/edit_client_dialog.py", line 205, in fill_client_scopes
scope = self.get_scope_by_inum(scope_dn)
File "/home/iromli/.shiv/jans-cli-tui.pyz_cb2d0d4e4082f7d606ee952647ab72646a410e2fa313b73d01da1f503979a891/site-packages/cli_tui/plugins/010_auth_server/edit_client_dialog.py", line 92, in get_scope_by_inum
if scope['inum'] == inum or scope['dn'] == inum:
```
The text was updated successfully, but these errors were encountered:
Describe the bug
When editing client, TUI raises the following error:
The text was updated successfully, but these errors were encountered: