Regenerate code

This commit is contained in:
2023-01-07 14:45:01 -08:00
parent c13f0633c3
commit 75566b4809
37 changed files with 75 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ func (c *Client) ClientLogin(ctx context.Context, l types.Login) error {
return err
}
c.Token = lr.Jwt.MustValue()
c.Token = lr.JWT.MustValue()
return nil
}