lib/oauthutil: fix Google drive oauth process

The problem was introduced by the code refactoring in
11da2a6c9b
This commit is contained in:
Nick Craig-Wood 2018-01-18 11:18:35 +00:00
parent 5cce74d630
commit 2030dc13b2
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ func doConfig(id, name string, oauthConfig *oauth2.Config, offline bool, opts []
// Detect whether we should use internal web server
useWebServer := false
switch RedirectURL {
switch oauthConfig.RedirectURL {
case RedirectURL, RedirectPublicURL, RedirectLocalhostURL:
useWebServer = true
if automatic {