Fix: session to create player only if does not exist
This commit is contained in:
@ -4,8 +4,7 @@
|
||||
{{ else if ne .LinkLogin "" }}
|
||||
{{template "linklogin" .LinkLogin}}
|
||||
{{ else if not .State.RoomID }}
|
||||
<div id="hello-user">
|
||||
<p>data: {{.}} {{.State}} {{.Room}}</p>
|
||||
<div id="hello-user" class="text-xl py-2">
|
||||
<p>Hello {{.State.Username}}</p>
|
||||
</div>
|
||||
<div id="create-room" class="create-room-div">
|
||||
|
Reference in New Issue
Block a user