Merge pull request #7 from outlook/pasoroki_fix

Return back default provider in Options
This commit is contained in:
Pavel Sorokin 2017-06-28 12:27:14 +08:00 committed by GitHub
commit 59adce3d63
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ func NewOptions() *Options {
PassHostHeader: true,
ApprovalPrompt: "",
RequestLogging: true,
Provider: "google",
}
}