Skip to content

Commit

Permalink
fix credentail validation (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBenediktBusch authored Feb 12, 2024
1 parent c713df2 commit bd0561a
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 bd0561a

Please sign in to comment.