fix key pair checking bug

This commit is contained in:
Tnze
2022-12-07 00:36:00 +08:00
parent 941fa0297c
commit cf9accd5e4
3 changed files with 8 additions and 5 deletions

View File

@ -11,7 +11,7 @@ import (
type Client struct {
Conn *net.Conn
Auth Auth
KeyPair user.KeyPairResp
KeyPair *user.KeyPairResp
Name string
UUID uuid.UUID