mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
11 lines
324 B
Handlebars
11 lines
324 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=disable_configure_auth_method
|
|
help_icon_tooltip_text=unavailable_reason
|
|
skip_prop_element=true}}
|
|
</div>
|