diff --git a/frontend/components/auth/AuthForm.tsx b/frontend/components/auth/AuthForm.tsx
index 349e640..e565063 100644
--- a/frontend/components/auth/AuthForm.tsx
+++ b/frontend/components/auth/AuthForm.tsx
@@ -1,5 +1,3 @@
-"use client";
-
import { Button } from "@/components/ui/button";
import { Input } from "@/components/ui/input";
import { Label } from "@/components/ui/label";
@@ -110,15 +108,14 @@ export function AuthForm({ initialFormType = "login" }: AuthFormProps) {
Login
Sign up
@@ -158,7 +155,7 @@ export function AuthForm({ initialFormType = "login" }: AuthFormProps) {
-
+