Fix oversight to set correct view after admin setup
This commit is contained in:
@@ -44,7 +44,7 @@ app.controller('SetupController', ['$scope', 'Client', function ($scope, Client)
|
||||
return;
|
||||
}
|
||||
|
||||
window.location.href = '/';
|
||||
setView('finished');
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user