Add first pass at IndieAuth modal. For #1863
This commit is contained in:
@@ -5,7 +5,7 @@ import Mock from './assets/mocks/indieauth-modal.png';
|
||||
|
||||
const Example = () => (
|
||||
<div>
|
||||
<IndieAuthModal />
|
||||
<IndieAuthModal authenticated displayName="fakeChatName" accessToken="fakeaccesstoken" />
|
||||
</div>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user