when register a new user account it will trigger twice submit method
xjxl520303 opened this issue · 2 comments
xjxl520303 commented
in component components/common/FormContainer.vue
Line 13
replace <form @submit.prevent="$emit('on-submit')">
with <form @submit.prevent>
will fix this problem。
pocojang commented
@xjxl520303 thanks for the bug tracking 👍
pocojang commented
this issue will close until November.