mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: Remove commented-out Gitea requirements check in Git providers component
- Eliminated unnecessary commented code related to Gitea access token checks in the ShowGitProviders component to enhance code clarity and maintainability.
This commit is contained in:
parent
707463f973
commit
b59597630c
@ -124,11 +124,6 @@ export const ShowGitProviders = () => {
|
||||
gitProvider.gitlab?.accessToken &&
|
||||
gitProvider.gitlab?.refreshToken;
|
||||
|
||||
// const haveGiteaRequirements =
|
||||
// isGitea &&
|
||||
// gitProvider.gitea?.accessToken &&
|
||||
// gitProvider.gitea?.refreshToken;
|
||||
|
||||
return (
|
||||
<div
|
||||
key={gitProvider.gitProviderId}
|
||||
|
Loading…
Reference in New Issue
Block a user