Skip to content

Commit

Permalink
Merge pull request #369 from bannergress/hide-account-linking
Browse files Browse the repository at this point in the history
Hide account linking as it is currently not working
  • Loading branch information
ewoerner authored Apr 3, 2024
2 parents 51de653 + f980f1e commit 1a18b60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/verify-account/VerifyAccount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ const VerifyAccount: React.FC<VerifyAccountProps> = ({
<Button
className="button-default"
onClick={() => setIsClaiming(true)}
hidden
>
{t('account.linking.change')}
</Button>
Expand All @@ -168,6 +169,7 @@ const VerifyAccount: React.FC<VerifyAccountProps> = ({
<Button
className="positive-action-button"
onClick={() => setIsClaiming(true)}
hidden
>
{t('account.linking.link')}
</Button>
Expand Down

0 comments on commit 1a18b60

Please sign in to comment.