Skip to content

Commit

Permalink
Merge pull request #5914 from blockchain/GROWUX-1126
Browse files Browse the repository at this point in the history
fix(login): change position of error message
  • Loading branch information
mperdomo-bc authored Jun 27, 2023
2 parents 9525eb1 + aba29b8 commit 092366e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ const EnterEmailOrGuid = (props: Props) => {
component={TextBox}
data-e2e='loginGuidOrEmail'
disableSpellcheck
errorBottom
errorLeft
errorTop
errorRight
name='guidOrEmail'
normalize={removeWhitespace}
validate={[required, validWalletIdOrEmail]}
Expand Down

0 comments on commit 092366e

Please sign in to comment.