implemented login logic
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ package main
|
||||
import "github.com/coder/websocket"
|
||||
|
||||
type User struct {
|
||||
Id uint
|
||||
Id uint32
|
||||
Name string
|
||||
Password string
|
||||
Color string
|
||||
|
||||
Reference in New Issue
Block a user