Skip to content

Commit

Permalink
fix credentail validation
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBenediktBusch committed Feb 12, 2024
1 parent c713df2 commit cfbf3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/berlin/src/pages/Account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ function AccountForm({
/>
)}
/>
<Button type="submit" disabled={!isValid}>
<Button type="submit">
Submit
</Button>
</FlexColumn>
Expand Down

0 comments on commit cfbf3e9

Please sign in to comment.