mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 18:04:55 +01:00
lib/oauthutil: fix Google drive oauth process
The problem was introduced by the code refactoring in
11da2a6c9b
This commit is contained in:
parent
5cce74d630
commit
2030dc13b2
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user