Skip to content

Commit

Permalink
Merge pull request Expensify#28617 from bernhardoj/fix/28255-google-s…
Browse files Browse the repository at this point in the history
…ign-in-console-error

Fix console error on visiting /sign-in-with-google
  • Loading branch information
MonilBhavsar authored Oct 2, 2023
2 parents bf05f13 + 85db3be commit 520d6a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/signin/SignInPageLayout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const propTypes = {
innerRef: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),

/** Whether or not the sign in page is being rendered in the RHP modal */
isInModal: PropTypes.bool.isRequired,
isInModal: PropTypes.bool,

/** Override the green headline copy */
customHeadline: PropTypes.string,
Expand All @@ -53,6 +53,7 @@ const propTypes = {

const defaultProps = {
innerRef: () => {},
isInModal: false,
customHeadline: '',
customHeroBody: '',
};
Expand Down

0 comments on commit 520d6a8

Please sign in to comment.