Skip to content

Commit 6f5d8b6

Browse files
authored
fix: add nocorrect to atproto auth (#987)
1 parent 549981e commit 6f5d8b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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)