mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
Per review feedback in #21002, replace HTML table with a series of settings_checkbox components for Authentication Methods UI. Fixes #21001.
9 lines
233 B
Handlebars
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>
|