diff --git a/client/src/features/auth-oauth/__tests__/OAuthButtons.test.tsx b/client/src/features/auth-oauth/__tests__/OAuthButtons.test.tsx index 3ebb11f..d095761 100644 --- a/client/src/features/auth-oauth/__tests__/OAuthButtons.test.tsx +++ b/client/src/features/auth-oauth/__tests__/OAuthButtons.test.tsx @@ -1,5 +1,5 @@ -import { describe, it, expect } from 'vitest' import { render, screen } from '@testing-library/react' +import { describe, it, expect } from 'vitest' import { OAuthButtons } from '../ui/OAuthButtons' describe('OAuthButtons', () => { diff --git a/client/src/features/auth-oauth/ui/OAuthButtons.tsx b/client/src/features/auth-oauth/ui/OAuthButtons.tsx index 0ba4be5..18ccc53 100644 --- a/client/src/features/auth-oauth/ui/OAuthButtons.tsx +++ b/client/src/features/auth-oauth/ui/OAuthButtons.tsx @@ -4,7 +4,7 @@ import { getOAuthUrl, oauthProviders } from '../lib/oauth-providers' export function OAuthButtons() { return ( - + {oauthProviders.map((p) => (