Skip to content

Commit b2ea60c

Browse files
committed
https://quickblox.atlassian.net/browse/QBWEBSDK-250
1 parent 113a04b commit b2ea60c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/webrtc/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ <h3 class="join__title">
4040

4141
<div class="join__body">
4242
<div class="join__row">
43-
<input type="text" class="join__input" name="username" placeholder="Username" autofocus required title="Should contain only latin characters and alphanumeric characters in a range from 3 to 20, starts with a letter." pattern="^[a-zA-Z][a-zA-Z\d-_\.]{3,20}$">
43+
<input type="text" class="join__input" name="username" placeholder="Username" autofocus required title="Should contain only latin characters and alphanumeric characters in a range from 3 to 20, starts with a letter." pattern="^[a-zA-Z\s][a-zA-Z\d-_\.\s]{3,20}$">
4444
</div>
4545

4646
<div class="join__row">
47-
<input type="text" class="join__input" name="room" placeholder="Chat room name" required title="Should contain only latin characters and alphanumeric characters in a range from 3 to 15, without space." pattern="^[a-zA-Z][a-zA-Z\d]{3,15}$">
47+
<input type="text" class="join__input" name="room" placeholder="Chat room name" required title="Should contain only latin characters and alphanumeric characters in a range from 3 to 15, without space." pattern="^\s[a-zA-Z][a-zA-Z\d]{3,15}\s$">
4848
</div>
4949

5050
<div class="join__row">

0 commit comments

Comments
 (0)