From 6f8a5867c6d15d2420a4ff5b2a6a1317908318a2 Mon Sep 17 00:00:00 2001
From: Burhanuddin Khatri <144617735+BurhanCantCode@users.noreply.github.com>
Date: Sat, 3 Aug 2024 23:33:50 +0500
Subject: [PATCH] Update login.tsx
---
pages/login.tsx | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pages/login.tsx b/pages/login.tsx
index 9166139..c505a89 100644
--- a/pages/login.tsx
+++ b/pages/login.tsx
@@ -9,6 +9,7 @@ import { useState } from 'react';
import { useProducts } from '../hooks/useProducts';
import ImageCapture from '../components/ImageCapture';
import { scanProduct } from '../utils/visionUtils';
+import PasswordReset from '../components/PasswordReset';
const Login: NextPage = () => {
const { user, redirectAfterAuth } = useAuth();
@@ -37,9 +38,10 @@ const Login: NextPage = () => {
Sign in to manage your pantry, reduce waste, and never run out of essentials.
+
);
};
-export default Login;
\ No newline at end of file
+export default Login;