Skip to content

Commit

Permalink
Merge pull request #47 from sanskar345/launchpad/#43
Browse files Browse the repository at this point in the history
Fixed: Enter function not working after OMS input (#43)
  • Loading branch information
ravilodhi authored Oct 10, 2023
2 parents d1bd240 + e840625 commit 6f688fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ion-page>
<ion-content>
<div class="flex" v-if="!hideBackground && !isConfirmingForActiveSession">
<form class="login-container" @keyup.enter="handleSubmit()" @submit.prevent="handleSubmit()">
<form class="login-container" @keyup.enter="handleSubmit()" @submit.prevent>
<Logo />
<section v-if="showOmsInput">
<ion-item lines="full">
Expand Down

0 comments on commit 6f688fd

Please sign in to comment.