Skip to content

Commit 7aa1882

Browse files
committed
.
1 parent 0b55ca4 commit 7aa1882

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/components/Header/AuthModal.client.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ async function handleLogin() {
5959
type="text"
6060
name="handle"
6161
:placeholder="$t('auth.modal.handle_placeholder')"
62-
autocomplete="off"
63-
spellcheck="false"
62+
v-bind="noCorrect"
6463
class="w-full px-3 py-2 font-mono text-sm bg-bg-subtle border border-border rounded-md text-fg placeholder:text-fg-subtle transition-colors duration-200 focus:border-accent focus-visible:(outline-2 outline-accent/70)"
6564
/>
6665
</div>

0 commit comments

Comments
 (0)