Chore: template update

This commit is contained in:
Grail Finder
2025-07-03 13:17:41 +03:00
parent d8338fe382
commit 3fa0d608de
4 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@
{{template "login"}}
{{ else if ne .LinkLogin "" }}
{{template "linklogin" .LinkLogin}}
{{ else if eq .State.RoomID "" }}
{{ else if not .State.RoomID }}
<div id="hello-user">
<p>data: {{.}} {{.State}} {{.Room}}</p>
<p>Hello {{.State.Username}}</p>