redirect to select server if no credentials found
This commit is contained in:
@@ -659,6 +659,11 @@ define(["events", "apiclient", "appStorage"], function (events, apiClientFactory
|
||||
return result;
|
||||
});
|
||||
}
|
||||
|
||||
return Promise.resolve({
|
||||
Servers: servers,
|
||||
State: "ServerSelection"
|
||||
});
|
||||
};
|
||||
|
||||
self.connectToServer = function (server, options) {
|
||||
|
||||
Reference in New Issue
Block a user