Skip to content

Commit c94f498

Browse files
committed
fix proptypes
1 parent 3a208de commit c94f498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export const LoginPage = ({
102102

103103
LoginPage.propTypes = {
104104
firebase: PropTypes.shape({
105-
login: PropTypes.func.isRequired
105+
handleRedirectResult: PropTypes.func.isRequired
106106
}),
107107
auth: PropTypes.object
108108
}

0 commit comments

Comments
 (0)