Skip to content

Commit

Permalink
feat(sso): remove need help link from email form
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed Dec 8, 2021
1 parent 529d579 commit a661300
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ const EnterEmail = (props: Props) => {
</Text>
)}
</ActionButton>
<ExchangeNeedHelpLink authActions={authActions} origin='IDENTIFIER' />
</LinkRow>
</WrapperWithPadding>
<SignUpLink />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ const EnterEmailOrGuid = (props: Props) => {
</Text>
)}
</ActionButton>
<WalletNeedHelpLink authActions={authActions} origin='IDENTIFIER' />
</LinkRow>
</WrapperWithPadding>
<SignUpLink />
Expand Down

0 comments on commit a661300

Please sign in to comment.