mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 00:28:42 +00:00
code review
This commit is contained in:
@@ -113,7 +113,7 @@ OAuthDialog::OAuthDialog(Context *context, OAuthSite site, CloudService *service
|
||||
} else if (site == DROPBOX) {
|
||||
|
||||
urlstr = QString("https://www.dropbox.com/oauth2/authorize?");
|
||||
#ifdef GC_DROPBOX_CLIENT_ID \
|
||||
#ifdef GC_DROPBOX_CLIENT_ID
|
||||
urlstr.append("client_id=").append(GC_DROPBOX_CLIENT_ID).append("&");
|
||||
#endif
|
||||
urlstr.append("redirect_uri=https://goldencheetah.github.io/blank.html&");
|
||||
|
||||
Reference in New Issue
Block a user