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{