Skip to content

Commit 2ee2836

Browse files
committed
Testing2
1 parent 900f27e commit 2ee2836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class App extends Component {
2828

2929
authenticationListener() {
3030
fireBase.auth().onAuthStateChanged((user) => {
31-
//console.log(user);
31+
// console.log(user);
3232
if (user) {
3333
this.setState({ user });
3434
//localStorage.setItem('user', user.uid);

0 commit comments

Comments
 (0)