mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: remove console log
This commit is contained in:
@@ -38,7 +38,6 @@ export async function getServerSideProps(
|
||||
},
|
||||
};
|
||||
}
|
||||
console.log(user);
|
||||
if (user.rol === "user") {
|
||||
return {
|
||||
redirect: {
|
||||
|
||||
Reference in New Issue
Block a user