Skip to content

Commit

Permalink
feat(sso): add need help link back to exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed Dec 11, 2021
1 parent 000cbcc commit 7a5ba57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ const EnterEmail = (props: Props) => {
</Text>
)}
</ActionButton>
<ExchangeNeedHelpLink authActions={authActions} origin='IDENTIFIER' />
</LinkRow>
</WrapperWithPadding>
<ExchangeNeedHelpLink authActions={authActions} origin='IDENTIFIER' />
<SignUpLink />
</LoginWrapper>
)
Expand Down

0 comments on commit 7a5ba57

Please sign in to comment.