Skip to content

Commit 04e1c7f

Browse files
Add the missing keyup/submit.prevent to the login form element. (Fixes #907) (#916)
1 parent 5e7e44b commit 04e1c7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/views/LoginView.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ const onEnter = () => {
226226
class="form"
227227
ref="formRef"
228228
autocomplete="off"
229+
@submit.prevent
230+
@keyup.enter="() => onEnter()"
229231
>
230232
<text-input
231233
name="email"

0 commit comments

Comments
 (0)