mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-05 22:15:22 +02:00
refactor(certificate): remove auto-renew field from certificate handling
- Eliminated the `autoRenew` field from the certificate schema, API router, and related components to streamline certificate management. - Updated form handling and validation logic accordingly to reflect the removal of the auto-renew feature.
This commit is contained in:
@@ -90,7 +90,6 @@ export const certificateRouter = createTRPCRouter({
|
||||
name: input.name,
|
||||
certificateData: input.certificateData,
|
||||
privateKey: input.privateKey,
|
||||
autoRenew: input.autoRenew,
|
||||
});
|
||||
}),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user