From af3f6ca39b32fbf912e03d16c39cd55e40add14a Mon Sep 17 00:00:00 2001 From: Dipanshu-verma Date: Tue, 17 Oct 2023 11:15:21 +0530 Subject: [PATCH] Dipa --- src/Components/login/Login.jsx | 2 +- src/Redux/actions/authaction.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/login/Login.jsx b/src/Components/login/Login.jsx index 1d0cb6d..947480a 100644 --- a/src/Components/login/Login.jsx +++ b/src/Components/login/Login.jsx @@ -52,7 +52,7 @@ const Login = () => { const BACKEND_API = "https://ecorebackendappi.onrender.com" async function handleform(e) { e.preventDefault(); - +//Dipanshu if (!validatePassword(passwordvalue)) { setpass(false); return; diff --git a/src/Redux/actions/authaction.js b/src/Redux/actions/authaction.js index ab20839..ad1883b 100644 --- a/src/Redux/actions/authaction.js +++ b/src/Redux/actions/authaction.js @@ -2,7 +2,7 @@ import firebase from 'firebase/compat/app'; import auth from "../../firebaseauth"; import { LOGIN_FAIL, LOGIN_PROFILE, LOGIN_REQUEST, LOGIN_SUCCESS, LOGOUT_REQUEST, LOGOUT_SUCCESS } from '../ActionTypes'; -export const LoginWithgoogle=()=> async (dispatch)=>{ +export const LoginWithgoogle = () => async (dispatch)=>{ try{