[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: add `nocorrect` to atproto auth (#987)

authored by

Scott Wu and committed by
GitHub
6f5d8b6f 549981ee

+1 -2
+1 -2
app/components/Header/AuthModal.client.vue
··· 59 59 type="text" 60 60 name="handle" 61 61 :placeholder="$t('auth.modal.handle_placeholder')" 62 - autocomplete="off" 63 - spellcheck="false" 62 + v-bind="noCorrect" 64 63 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)" 65 64 /> 66 65 </div>