Skip to content

Commit

Permalink
Dipa
Browse files Browse the repository at this point in the history
  • Loading branch information
Dipanshu-verma committed Oct 17, 2023
1 parent 4bdd1be commit af3f6ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Components/login/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Redux/actions/authaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -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{

Expand Down

0 comments on commit af3f6ca

Please sign in to comment.