Skip to content

Commit 5ec139f

Browse files
author
Rajeev Kumar Singh
committed
reduced timeout
1 parent a8cecff commit 5ec139f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-social/src/user/login/Login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Login extends Component {
1919
pathname: this.props.location.pathname,
2020
state: {}
2121
});
22-
}, 300);
22+
}, 100);
2323
}
2424
}
2525

0 commit comments

Comments
 (0)