Skip to content

Commit

Permalink
feat: display statement on sign in form
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKheops committed Sep 28, 2023
1 parent a9d3b67 commit ee7aa39
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ export const EthSignBodyMessageSIWE: FC<{
<SignParamAccountButton address={account.address} withIcon />
</div>
</div>
{!!siwe.statement && (
<div className="bg-grey-850 text-body-secondary leading-paragraph mb-16 w-full rounded-sm p-4 text-center text-sm">
{siwe.statement}
</div>
)}
<ViewDetailsButton onClick={open} />
</div>
<div className="grow"></div>
Expand Down

0 comments on commit ee7aa39

Please sign in to comment.