From 0a65b8752384f920c9aceb5259d5b064346ba50c Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Fri, 3 Feb 2023 11:43:32 +0100 Subject: [PATCH] change(ui) - removed log --- frontend/app/components/Login/Login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Login/Login.js b/frontend/app/components/Login/Login.js index 6cc17d8b0..ae43b0308 100644 --- a/frontend/app/components/Login/Login.js +++ b/frontend/app/components/Login/Login.js @@ -65,7 +65,7 @@ class Login extends React.Component { render() { const { errors, loading, authDetails } = this.props; const { CAPTCHA_ENABLED } = this.state; - console.log(authDetails) + return (