We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4f737 commit c50e99eCopy full SHA for c50e99e
src/auth/oauth2/qgso2.cpp
@@ -172,7 +172,7 @@ void QgsO2::link()
172
// Save redirect URI, as we have to reuse it when requesting the access token
173
redirectUri_ = localhostPolicy_.arg( replyServer_->serverPort() );
174
}
175
- // Assemble intial authentication URL
+ // Assemble initial authentication URL
176
QList<QPair<QString, QString> > parameters;
177
parameters.append( qMakePair( QString( O2_OAUTH2_RESPONSE_TYPE ), ( grantFlow_ == GrantFlowAuthorizationCode ) ?
178
QString( O2_OAUTH2_GRANT_TYPE_CODE ) :
0 commit comments