update callback
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
df142550fe
commit
bbbe7c879e
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class CustomOAuthOobReplyHandler : public QOAuthOobReplyHandler {
|
||||||
{
|
{
|
||||||
disconnect(APPLICATION, &Application::oauthReplyRecieved, this, &QOAuthOobReplyHandler::callbackReceived);
|
disconnect(APPLICATION, &Application::oauthReplyRecieved, this, &QOAuthOobReplyHandler::callbackReceived);
|
||||||
}
|
}
|
||||||
QString callback() const override { return BuildConfig.LAUNCHER_APP_BINARY_NAME + "://oauth"; }
|
QString callback() const override { return BuildConfig.LAUNCHER_APP_BINARY_NAME + "://oauth/microsoft"; }
|
||||||
};
|
};
|
||||||
|
|
||||||
MSAStep::MSAStep(AccountData* data, bool silent) : AuthStep(data), m_silent(silent)
|
MSAStep::MSAStep(AccountData* data, bool silent) : AuthStep(data), m_silent(silent)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue