[auth][js] fixed incorrect timeout value - should be seconds not ms

This commit is contained in:
Salakar
2017-09-29 11:36:45 +01:00
parent 1fd372cf9a
commit 6a78cac3be

View File

@@ -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