diff --git a/api/client.go b/api/client.go index 08c21014d..64b54f689 100644 --- a/api/client.go +++ b/api/client.go @@ -411,7 +411,6 @@ func (c *Client) IsLocal() bool { } func Authorization(ctx context.Context, request *http.Request) (string, error) { - data := []byte(fmt.Sprintf("%s,%s,%d", request.Method, request.URL.RequestURI(), time.Now().Unix())) home, err := os.UserHomeDir()