implemented login logic

This commit is contained in:
2026-03-11 19:23:58 +01:00
parent ebfe80133c
commit 744dd7f42d
6 changed files with 106 additions and 15 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package main
import "github.com/coder/websocket"
type User struct {
Id uint
Id uint32
Name string
Password string
Color string