Skip to content

Commit

Permalink
feat(jans-cli-tui): enable super gluu option (#3970)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Feb 22, 2023
1 parent 998bd76 commit 0200751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jans-cli-tui/cli_tui/plugins/020_fido/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def create_widgets(self):
style='class:outh-scope-text'
,widget_style=cli_style.scim_widget
),
self.app.getTitledCheckBox(_("Enable Super Gluu"), name='superGluuEnabled', checked=self.data.get('superGluuEnabled'), jans_help=self.app.get_help_from_schema(self.schema, 'superGluuEnabled'), style=cli_style.check_box, widget_style=cli_style.scim_widget),
Window(height=1),
VSplit([Window(),
HSplit([Button(_("Save"), handler=self.save_config)]),
Expand Down

0 comments on commit 0200751

Please sign in to comment.