Skip to content

Commit

Permalink
fixed bug with not being able to signup
Browse files Browse the repository at this point in the history
  • Loading branch information
Voyager Bot committed Dec 13, 2018
1 parent 1a36d17 commit ebf2c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/renderer/components/common/TmSessionSignUp.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="tm-session">
<tm-form-struct :submit="onSubmit" class="tm-session-container">
<tm-form-struct :submit="() => onSubmit()" class="tm-session-container">
<div class="tm-session-header">
<a @click="setState('welcome')"
><i class="material-icons">arrow_back</i></a
Expand Down

0 comments on commit ebf2c4f

Please sign in to comment.