fix: tests

This commit is contained in:
MrCloudSec
2025-07-17 16:44:53 +08:00
parent 3c947061c8
commit 83f4d237c9
@@ -59,9 +59,7 @@ export const GitHubCredentialsForm = ({
variant="bordered"
isRequired
isInvalid={
!!control._formState.errors[
ProviderCredentialFields.OAUTH_APP_TOKEN
]
!!control._formState.errors[ProviderCredentialFields.OAUTH_APP_TOKEN]
}
/>
</div>
@@ -74,8 +72,7 @@ export const GitHubCredentialsForm = ({
GitHub App
</h3>
<p className="text-xs text-default-500">
Use GitHub App credentials (both App ID and Private Key are
required)
Use GitHub App credentials (both App ID and Private Key are required)
</p>
</div>
<CustomInput
@@ -223,7 +220,7 @@ export const GitHubCredentialsForm = ({
Connect via Credentials
</div>
<div className="text-sm text-default-500">
Enter your GitHub credentials for the selected authentication method.
Enter your GitHub credentials for the selected authentication method
</div>
</div>