Skip to content

Commit 73eaf06

Browse files
Made className optional for flow
1 parent 0144c26 commit 73eaf06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FirebaseAuth.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default class FirebaseAuth extends React.Component {
107107
// started. This allows access to certain configuration options such as
108108
// disableAutoSignIn().
109109
uiCallback?: Function,
110-
className: String
110+
className?: String,
111111
};
112112

113113
/**

0 commit comments

Comments
 (0)