[FIX] Do not allow passwords on private channels (#15642)

pull/16661/head^2
Martin Schoeler 5 years ago committed by GitHub
parent 3a17555b6f
commit 8ab895187f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/channel-settings/client/views/channelSettings.html

@ -226,6 +226,7 @@
{{/if}}
{{/with}}
{{#with settings.joinCode}}
{{#if canView}}
<div class="rc-user-info__row rc-user-info__row--separator">
<div class="rc-input">
<label class="rc-input__label">
@ -236,6 +237,7 @@
</label>
</div>
</div>
{{/if}}
{{/with}}
{{#if hasRetentionPermission}}

Loading…
Cancel
Save