Skip to content

Commit

Permalink
refactor: update account autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
rharkor committed Apr 22, 2024
1 parent 09c94d6 commit 156e602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/app/src/components/profile/update-account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export default function UpdateAccount({
name="username"
label={dictionary.profilePage.profileDetails.username.label}
type="text"
autoComplete="off"
isDisabled={updateUserMutation.isLoading || account.isLoading || !hasVerifiedEmail}
/>
<NeedSavePopup
Expand Down

0 comments on commit 156e602

Please sign in to comment.