Fix oversight to set correct view after admin setup

This commit is contained in:
Johannes Zellner
2020-06-16 13:23:32 +02:00
parent 0fa230527c
commit e0334b3ac8

View File

@@ -44,7 +44,7 @@ app.controller('SetupController', ['$scope', 'Client', function ($scope, Client)
return;
}
window.location.href = '/';
setView('finished');
});
}
};