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