A social knowledge tool for researchers built on ATProto

fix: app password placeholder typo

authored by

Pouria Delfan and committed by
GitHub
544119f0 e73bf811

+1 -1
+1 -1
src/webapp/features/auth/components/loginForm/LoginForm.tsx
··· 168 168 /> 169 169 <PasswordInput 170 170 label="App password" 171 - placeholder="Your assword" 171 + placeholder="Your password" 172 172 key={form.key('appPassword')} 173 173 {...form.getInputProps('appPassword')} 174 174 leftSection={<MdLock size={22} />}