Skip to content

Commit

Permalink
fix: username capitalization, fixes leather-io#419
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Jul 15, 2020
1 parent d02e6e5 commit 97cb976
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app/src/pages/username.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ export const Username: React.FC<{}> = () => {
value={username}
aria-invalid={error !== null}
onChange={handleInput}
autoCorrect="off"
/>
</Box>
{error && hasAttemptedSubmit && (
Expand Down

0 comments on commit 97cb976

Please sign in to comment.