change(ui) - removed log
This commit is contained in:
parent
f6262c763b
commit
0a65b87523
1 changed files with 1 additions and 1 deletions
|
|
@ -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 (
|
||||
<div className="flex flex-col md:flex-row" style={{ height: '100vh' }}>
|
||||
<div className={cn('md:w-6/12 relative', stl.left)}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue