Skip to content

Commit

Permalink
fix checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ety001 committed Feb 4, 2021
1 parent 72b1dc2 commit eb77a24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/components/modules/LoginForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ class LoginForm extends Component {
const opAction = document.getElementsByClassName('OpAction')[0];
const onType = opAction ? opAction.textContent : 'Login';
// serverApiRecordEvent('FreeMoneySignUp', onType);
window.location.href = SIGNUP_URL;
this.handleSignup();
// window.location.href = SIGNUP_URL;
}

SignIn() {
Expand Down

0 comments on commit eb77a24

Please sign in to comment.