From c6999ea66f24f1801c34ccb11f8156ad947064af Mon Sep 17 00:00:00 2001 From: Andre Padez Date: Tue, 17 Feb 2026 17:02:45 +0000 Subject: [PATCH] refactored Authentication --- .../officer-web/Screens/Authentication/LandingPage/Login.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/apps/officer-web/Screens/Authentication/LandingPage/Login.tsx b/src/apps/officer-web/Screens/Authentication/LandingPage/Login.tsx index 7e03455c..03d13b86 100644 --- a/src/apps/officer-web/Screens/Authentication/LandingPage/Login.tsx +++ b/src/apps/officer-web/Screens/Authentication/LandingPage/Login.tsx @@ -3,7 +3,6 @@ import { Label } from '@/components/ui/label'; import { Button } from '@/components/ui/button'; import { Link } from 'react-router'; import { Card } from '@/components/Card'; -import { useNavigate } from 'react-router'; import { useState } from 'react'; import { toast } from 'sonner'; import { useForm } from 'hooks/useForm';