This commit is contained in:
2026-03-12 12:50:30 +00:00
parent a34fd3aa20
commit ee62ac8f54
18 changed files with 258 additions and 93 deletions
@@ -29,6 +29,10 @@ export const getServerSideProps: GetServerSideProps = async (ctx) => {
},
);
if (!users_res.singleRes?.id) {
return `/admin/users`;
}
return {
deployment_user: users_res.singleRes,
};