Skip to content

Commit b596bb6

Browse files
author
Jason Hoetger
committed
Fixed missing assignment of uiCallback prop
1 parent 0323d7e commit b596bb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FirebaseAuth.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export default class FirebaseAuth extends React.Component {
3636
this.uiConfig = props.uiConfig;
3737
this.firebaseAuth = props.firebaseAuth;
3838
this.className = props.className;
39+
this.uiCallback = props.uiCallback;
3940
}
4041

4142
/**

0 commit comments

Comments
 (0)