From c32d5e6afff6d1c354d6200f337021d13e8f3f7d Mon Sep 17 00:00:00 2001 From: Kirill Date: Wed, 20 May 2026 11:14:36 +0500 Subject: [PATCH] fix: use sx for justifyContent in OAuthButtons, fix import order in test --- .../__tests__/OAuthButtons.test.tsx | 2 +- .../features/auth-oauth/ui/OAuthButtons.tsx | 2 +- server/prisma/prisma/dev.db | Bin 311296 -> 311296 bytes server/src/routes/auth.js | 3 ++- 4 files changed, 4 insertions(+), 3 deletions(-) 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) => (