From a47d53d0f44bcca611bfec4027325c603c299ea9 Mon Sep 17 00:00:00 2001 From: Youssef Date: Mon, 21 Feb 2022 14:06:42 +0100 Subject: [PATCH] fix: remove console log --- frontend/src/component/user/PasswordAuth/PasswordAuth.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/component/user/PasswordAuth/PasswordAuth.jsx b/frontend/src/component/user/PasswordAuth/PasswordAuth.jsx index 2340aba5c5..bf70f56dd0 100644 --- a/frontend/src/component/user/PasswordAuth/PasswordAuth.jsx +++ b/frontend/src/component/user/PasswordAuth/PasswordAuth.jsx @@ -56,7 +56,6 @@ const PasswordAuth = ({ authDetails, redirect }) => { try { await passwordAuth(authDetails.path, username, password); refetchUser(); - console.log('hio') history.push(redirect); } catch (error) { if (error.statusCode === 404 || error.statusCode === 400) {