zulip/static/templates/settings/admin_auth_methods_list.hbs
Alex Tereschenko 9142aab8ba settings_org: Use settings_checkbox in Authentication Methods UI.
Per review feedback in #21002, replace HTML table with a series
of settings_checkbox components for Authentication Methods UI.

Fixes #21001.
2022-07-22 16:38:47 -07:00

9 lines
233 B
Handlebars

<div class="method_row" data-method="{{method}}">
{{> settings_checkbox
setting_name="realm_authentication_methods"
prefix=prefix
is_checked=enabled
label=method
is_disabled=(not is_owner) }}
</div>