From 56c78856f883cac549c54a002cf2b47ae88a166a Mon Sep 17 00:00:00 2001 From: Tyler Myracle Date: Sun, 14 Jan 2024 11:19:10 -0600 Subject: [PATCH] more clean up --- apps/client/pages/register.tsx | 1 - .../features/src/account/AccountMenu.tsx | 23 ++----------------- libs/client/shared/src/api/useAuthUserApi.ts | 2 -- libs/client/shared/src/utils/auth-utils.ts | 7 ------ libs/client/shared/src/utils/index.ts | 1 - .../src/auth-user/auth-user.service.ts | 1 - 6 files changed, 2 insertions(+), 33 deletions(-) delete mode 100644 libs/client/shared/src/utils/auth-utils.ts diff --git a/apps/client/pages/register.tsx b/apps/client/pages/register.tsx index 5b154963..9192e405 100644 --- a/apps/client/pages/register.tsx +++ b/apps/client/pages/register.tsx @@ -44,7 +44,6 @@ export default function RegisterPage() { } } - // _app.tsx will automatically redirect if not authenticated return ( <>