Meaningful callback message.
This commit is contained in:
parent
5b0735bd68
commit
ebb5435e15
@ -57,6 +57,8 @@ void InoreaderNetworkFactory::initializeOauth() {
|
|||||||
|
|
||||||
// Full redirect URL is thus "http://localhost.8080/".
|
// Full redirect URL is thus "http://localhost.8080/".
|
||||||
oauth_reply_handler->setCallbackPath(QSL(""));
|
oauth_reply_handler->setCallbackPath(QSL(""));
|
||||||
|
oauth_reply_handler->setCallbackText(tr("Access to your Inoreader session was granted, you "
|
||||||
|
"can now <b>close this window and go back to RSS Guard</b>."));
|
||||||
|
|
||||||
m_oauth2.setAccessTokenUrl(QUrl(INOREADER_OAUTH_TOKEN_URL));
|
m_oauth2.setAccessTokenUrl(QUrl(INOREADER_OAUTH_TOKEN_URL));
|
||||||
m_oauth2.setAuthorizationUrl(QUrl(INOREADER_OAUTH_AUTH_URL));
|
m_oauth2.setAuthorizationUrl(QUrl(INOREADER_OAUTH_AUTH_URL));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user