Skip to content

Commit

Permalink
Published v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Garnier committed May 15, 2018
1 parent dfd65fa commit 814ad75
Show file tree
Hide file tree
Showing 14 changed files with 10,314 additions and 6,974 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class SignInScreen extends React.Component {
],
callbacks: {
// Avoid redirects after sign-in.
signInSuccess: () => false
signInSuccessWithAuthResult: () => false
}
};

Expand Down
2 changes: 1 addition & 1 deletion dist/FirebaseAuth.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class SignInScreen extends React.Component {
],
callbacks: {
// Avoid redirects after sign-in.
signInSuccess: () => false
signInSuccessWithAuthResult: () => false
}
};

Expand Down
2 changes: 1 addition & 1 deletion dist/StyledFirebaseAuth.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/StyledFirebaseAuth.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 814ad75

Please sign in to comment.