handleSubmit()

in src/frontend/src/App.js [42:47]


  handleSubmit(event) {

    this.login();
    event.preventDefault();

  }