From c3b0aa39cf6da7e53a0d4b8634cb0e2c406f21fe Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Sun, 18 Jan 2026 20:32:04 +0000 Subject: [PATCH] Update components/password.tsx --- components/password.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/password.tsx b/components/password.tsx index cc2270a..231afcd 100644 --- a/components/password.tsx +++ b/components/password.tsx @@ -1,3 +1,5 @@ +"use client"; + import { EyeIcon, EyeOffIcon } from "lucide-react"; import React from "react"; import { useState } from "react";