We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aeadf8 commit 361a0d5Copy full SHA for 361a0d5
src/components/pages/RegistrationPage.js
@@ -19,11 +19,11 @@ class RegistrationPage extends Component {
19
*/
20
componentDidMount() {
21
if(TokenServices.getToken()){
22
- console.log("You are logged in redirecting")
+ // console.log("You are logged in redirecting")
23
// this.props.history.push("/dashboard");
24
this.handleLogin()
25
}else{
26
- console.log("You are not logged in doing nothing")
+ // console.log("You are not logged in doing nothing")
27
}
28
29
0 commit comments