Added limit for join name (#2220)

This commit is contained in:
Ahmad Farhat 2020-10-22 15:47:54 -04:00 committed by GitHub
parent 9cb09b49d1
commit 0801c626c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@
placeholder: t("enter_your_name"),
value: "#{@name}",
readonly: !current_user.nil?,
autofocus: true
autofocus: true,
maxlength: 26
%>
<span class="input-group-append">
<button id="room-join" type="submit" class="btn btn-primary btn-sm px-7 form-control join-form">