Skip to content

Commit

Permalink
fix 990585e
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Nov 14, 2024
1 parent 990585e commit 1d6fda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkPasswordDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SPDX-License-Identifier: AGPL-3.0-only

<form @submit.prevent="done">
<div class="_gaps">
<MkInput ref="passwordInput" v-model="password" :placeholder="i18n.ts.password" type="password" autocomplete="current-password webauthn" required :withPasswordToggle="true">
<MkInput ref="passwordInput" v-model="password" :placeholder="i18n.ts.password" type="password" autocomplete="current-password webauthn" required :withPasswordToggle="true" @enter.prevent="done">
<template #prefix><i class="ti ti-password"></i></template>
</MkInput>

Expand Down

0 comments on commit 1d6fda0

Please sign in to comment.