mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-23 03:59:18 +08:00
[auth][js] fixed incorrect timeout value - should be seconds not ms
This commit is contained in:
@@ -41,7 +41,7 @@ export default class PhoneAuthListener {
|
||||
this._promise = null;
|
||||
this._credential = null;
|
||||
|
||||
this._timeout = timeout || 20000; // 20 secs
|
||||
this._timeout = timeout || 20; // 20 secs
|
||||
this._phoneAuthRequestKey = generatePushID();
|
||||
|
||||
// internal events
|
||||
|
||||
Reference in New Issue
Block a user