redirect to select server if no credentials found

This commit is contained in:
dkanada 2019-11-11 01:39:06 +09:00
parent 9c47f8fc1c
commit d11e93b0da

View file

@ -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) {