Return back default provider in Options
This commit is contained in:
parent
1f83d426ae
commit
2833654006
|
|
@ -111,6 +111,7 @@ func NewOptions() *Options {
|
|||
PassHostHeader: true,
|
||||
ApprovalPrompt: "",
|
||||
RequestLogging: true,
|
||||
Provider: "google",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue