Skip to content
Snippets Groups Projects
Unverified Commit f9a179a4 authored by timm2k's avatar timm2k Committed by GitHub
Browse files

raise join_name length to 99 (#3319)


Users with long names have to shorten their names which is unprofessional sometimes.

resolves #3128

Co-authored-by: default avatarAhmad Farhat <ahmad.af.farhat@gmail.com>
parent 26934202
Branches
Tags
No related merge requests found
......@@ -37,7 +37,7 @@
value: "#{@name}",
readonly: !current_user.nil?,
autofocus: true,
maxlength: 26
maxlength: 99
%>
<span class="input-group-append">
<button id="room-join" type="submit" class="btn btn-primary btn-sm px-7 form-control join-form">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment