mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-22 07:28:06 +00:00
Remove user agent from Connect config as it's set automatically when initializing Connect client
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user