Skip to content

Commit

Permalink
Made className optional for flow
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasgarnier committed Oct 4, 2018
1 parent 0144c26 commit 73eaf06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FirebaseAuth.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default class FirebaseAuth extends React.Component {
// started. This allows access to certain configuration options such as
// disableAutoSignIn().
uiCallback?: Function,
className: String
className?: String,
};

/**
Expand Down

0 comments on commit 73eaf06

Please sign in to comment.