mirror of
https://github.com/onionshare/onionshare.git
synced 2025-12-15 08:19:08 -05:00
Prevent usernames in Chat mode of length 128 chars or more
This commit is contained in:
parent
53820f0bdb
commit
1e5e886577
4 changed files with 58 additions and 13 deletions
|
|
@ -23,6 +23,7 @@
|
|||
<div class="chat-container no-js">
|
||||
<div class="chat-users">
|
||||
<div class="editable-username">
|
||||
<p>Your username:</p>
|
||||
<input id="username" value="{{ username }}" />
|
||||
<p id="username-error"></p>
|
||||
</div>
|
||||
|
|
@ -43,4 +44,4 @@
|
|||
<script async src="{{ static_url_path }}/js/chat.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue