Skip to content

Commit

Permalink
Fix request sign in on feed page
Browse files Browse the repository at this point in the history
  • Loading branch information
itexpert120 committed Jan 9, 2024
1 parent f69d61c commit 3bfdbb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions apps/builddao/widget/components/login-now.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
console.log(props);

const Container = styled.div`
background-color: #23242b;
color: #ffffff;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/FeedPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function FeedPage(props) {
config={{
redirectMap: redirectMapStore.redirectMap,
}}
props={widgetProps}
props={{ requestSignIn: props.requestSignIn, ...widgetProps }}
/>
</div>
);
Expand Down

0 comments on commit 3bfdbb2

Please sign in to comment.