mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor(#125): don't add the registry if the login already exists
This commit is contained in:
@@ -62,7 +62,7 @@ export const registryRouter = createTRPCRouter({
|
||||
return true;
|
||||
} catch (error) {
|
||||
console.log("Error Registry:", error);
|
||||
return error;
|
||||
return false;
|
||||
}
|
||||
}),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user