From d925cbba6aff32d33654a8099d4ca65850d63f49 Mon Sep 17 00:00:00 2001 From: Dnyaneshwari Paymode Date: Tue, 16 Jun 2026 20:20:10 +0530 Subject: [PATCH] fix: remove placeholder setter functions from NewPasswordScreen --- frontend/src/screens/auth/NewPasswordScreen.tsx | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/frontend/src/screens/auth/NewPasswordScreen.tsx b/frontend/src/screens/auth/NewPasswordScreen.tsx index 8d7c0158..6241c51a 100644 --- a/frontend/src/screens/auth/NewPasswordScreen.tsx +++ b/frontend/src/screens/auth/NewPasswordScreen.tsx @@ -445,16 +445,4 @@ export default function NewPasswordScreen({ ); -} -function setErrorMessage(arg0: null) { - throw new Error('Function not implemented.'); -} - -function setPassword(pass: string) { - throw new Error('Function not implemented.'); -} - -function setPasswordVerify(arg0: boolean) { - throw new Error('Function not implemented.'); -} - +} \ No newline at end of file