mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
NO_SHIBBOLETH: Fix warning
This commit is contained in:
parent
5e2270bd57
commit
d33692cdc7
@ -895,6 +895,8 @@ void DetermineAuthTypeJob::start()
|
||||
_resultGet = Shibboleth;
|
||||
get->setFollowRedirects(false);
|
||||
}
|
||||
#else
|
||||
Q_UNUSED(target)
|
||||
#endif
|
||||
});
|
||||
connect(get, &SimpleNetworkJob::finishedSignal, this, [this]() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user