Skip to content
Commit 7c53f1cf authored by Krzysztof Nowicki's avatar Krzysztof Nowicki
Browse files

Use own implementation of QAbstractOAuthReplyHandler::networkReplyFinished

The implementation inside QOauthOobReplyHandler has one major problem
- in case something goes south it only prints an error to the log and
exits leaving the authentication process hanging and waiting for
something that will never come.

Instead use an additional signal to notify the OAuth2 authentication
controller that a problem occurred so that the state can be safely
reset.
parent ac548ce1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment