diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index d91f2944f7..fbb9c5ebab 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -419,7 +419,8 @@ var Dashboard = { reloadPageWhenServerAvailable: function (retryCount) { - ApiClient.getSystemInfo().done(function (info) { + // Don't use apiclient method because we don't want it reporting authentication under the old version + $.getJSON(ApiClient.getUrl("System/Info")).done(function (info) { // If this is back to false, the restart completed if (!info.HasPendingRestart) {