fix key pair checking bug
This commit is contained in:
@ -11,7 +11,7 @@ import (
|
||||
type Client struct {
|
||||
Conn *net.Conn
|
||||
Auth Auth
|
||||
KeyPair user.KeyPairResp
|
||||
KeyPair *user.KeyPairResp
|
||||
|
||||
Name string
|
||||
UUID uuid.UUID
|
||||
|
Reference in New Issue
Block a user