Skip to content

Commit 09fc98c

Browse files
ASHU VERMAASHU VERMA
authored andcommitted
fix: correct label htmlFor attributes in AccountForm
1 parent aae8bc8 commit 09fc98c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/modules/User/components/AccountForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export function AccountForm() {
168168
)}
169169
</Field>
170170
)}
171-
{user.github === undefined && user.google === undefined && (
171+
{user.github === undefined && user.google === undefined && (
172172
<Field name="newPassword">
173173
{(field) => (
174174
<p className="form__field">

0 commit comments

Comments
 (0)