mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-28 02:25:23 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
committed by
Vlad Vladov
parent
07b99bd4e4
commit
225c398d31
@@ -161,9 +161,7 @@ export const ShowGitProviders = () => {
|
||||
{isBitbucket &&
|
||||
gitProvider.bitbucket?.appPassword &&
|
||||
!gitProvider.bitbucket?.apiToken ? (
|
||||
<Badge variant="yellow">
|
||||
Deprecated
|
||||
</Badge>
|
||||
<Badge variant="yellow">Deprecated</Badge>
|
||||
) : null}
|
||||
|
||||
{!haveGithubRequirements && isGithub && (
|
||||
|
||||
Reference in New Issue
Block a user