From 6922c28395f111b5fb76b0cf36fa15e9cb3d908f Mon Sep 17 00:00:00 2001 From: nael Date: Tue, 30 Apr 2024 23:11:55 +0200 Subject: [PATCH] :bug: Fix typo and build --- .../src/components/RootLayout/index.tsx | 4 ++-- packages/api/src/@core/auth/auth.service.ts | 20 ++++++------------- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/apps/client-ts/src/components/RootLayout/index.tsx b/apps/client-ts/src/components/RootLayout/index.tsx index 6830e8d7e..b09507c53 100644 --- a/apps/client-ts/src/components/RootLayout/index.tsx +++ b/apps/client-ts/src/components/RootLayout/index.tsx @@ -65,6 +65,7 @@ export const RootLayout = ({children}:{children:React.ReactNode}) => {