Remove user agent from Connect config as it's set automatically when initializing Connect client

This commit is contained in:
Volodymyr Zotov
2025-06-16 21:10:33 -05:00
parent 55b5781d7a
commit 704116b855

View File

@@ -12,7 +12,6 @@ import (
type Config struct { type Config struct {
ConnectHost string ConnectHost string
ConnectToken string ConnectToken string
UserAgent string
} }
// Connect is a client for interacting with 1Password using the Connect API. // Connect is a client for interacting with 1Password using the Connect API.