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

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">