crmepham / socket.chat

Secure and private chat service using Websockets.
GNU General Public License v2.0
6 stars 2 forks source link

Send user back to homepage if they cancel entering name. #25

Closed crmepham closed 9 years ago

crmepham commented 9 years ago

Clicking cancel on the "enter username" popup should bring me back to the homepage or ask again instead of loading an empty room where I can't enter commands or login again.

Alternatively just add a server message to chat saying "You did not provide a username, please reload webpage to try again."