Make sure manual login shows when connecting to a 10.7 server

This commit is contained in:
Matt
2022-06-11 08:04:40 -04:00
parent d48c159283
commit 52baa2e8cc

View File

@@ -280,7 +280,7 @@ def quick_connect(api):
result = api.get('/QuickConnect/Initiate')
if not isinstance(result, dict):
if not isinstance(result, dict) or not result:
log.debug('Quick connect is disabled on the server')
return {}