Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 293cbd4

Browse files
committed
add missing return statement.
1 parent abe2c95 commit 293cbd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FirebaseAuth.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@
238238
}
239239
else {
240240
resolve(null);
241+
return;
241242
}
242243
}
243244

0 commit comments

Comments
 (0)