mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
This commit adds the restriction on configuring auth methods for admins. We now allow only owners to configure the auth methods for realm.
12 lines
333 B
Handlebars
12 lines
333 B
Handlebars
<tr class="method_row" data-method="{{method}}">
|
|
<td>
|
|
<span class="method">{{method}}</span>
|
|
</td>
|
|
<td>
|
|
<label class="checkbox">
|
|
<input type="checkbox" {{#if enabled}}checked="checked"{{/if}} {{#unless is_owner}}disabled{{/unless}}/>
|
|
<span></span>
|
|
</label>
|
|
</td>
|
|
</tr>
|