Make sure manual login shows when connecting to a 10.7 server
This commit is contained in:
@@ -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 {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user