File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1963,7 +1963,7 @@ fireauth.Auth.prototype.signInWithPhoneNumber =
1963
1963
phoneNumber ,
1964
1964
appVerifier ,
1965
1965
// This will wait for redirectStateIsReady to resolve first.
1966
- goog . bind ( this . signInAndRetrieveDataWithCredential , this ) ) ) ) ;
1966
+ goog . bind ( this . signInWithCredential , this ) ) ) ) ;
1967
1967
} ;
1968
1968
1969
1969
@@ -1982,6 +1982,6 @@ fireauth.Auth.prototype.signInWithEmailLink = function(email, opt_link) {
1982
1982
goog . Promise . resolve ( ) . then ( function ( ) {
1983
1983
var credential = fireauth . EmailAuthProvider . credentialWithLink (
1984
1984
email , opt_link || fireauth . util . getCurrentUrl ( ) ) ;
1985
- return self . signInAndRetrieveDataWithCredential ( credential ) ;
1985
+ return self . signInWithCredential ( credential ) ;
1986
1986
} ) ) ;
1987
1987
} ;
You can’t perform that action at this time.
0 commit comments