mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-03 14:44:27 +01:00
c4caef5e12
* siwe: re-enable warning UI for mismatched domains - unblocks mismatched domain support - we may re-add error handling here #18184 - reverts logic from #16616 * siwe: fix mismatch domain warning msg UI * lint: rm whitespace EOL * siwe: rm unit test * lint: fix whitespace * Revert "siwe: rm unit test" This reverts commit c80a4a2e661609c46c76d1e43e05909b6db3f0f5. --------- Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com> |
||
---|---|---|
.. | ||
signature-request-siwe-header | ||
signature-request-siwe-icon | ||
signature-request-siwe-message | ||
signature-request-siwe-tag | ||
index.js | ||
index.scss | ||
README.mdx | ||
signature-request-siwe.js | ||
signature-request-siwe.stories.js |
import { Story, Canvas, ArgsTable } from '@storybook/addon-docs'; import SignatureRequestSIWE from '.'; # Signature Request SIWE dApp requesting the user to Sign in with Ethereum. <Canvas> <Story id="components-app-signaturerequestsiwe--default-story" /> </Canvas> ## Component API <ArgsTable of={SignatureRequestSIWE} />