Comparing version 1.4.1 to 1.4.2
@@ -15,3 +15,3 @@ | ||
var oc = Fireproof._handleError(onComplete); | ||
this._ref.createUser(credentials, onComplete); | ||
this._ref.createUser(credentials, oc); | ||
return oc.promise; | ||
@@ -31,3 +31,3 @@ | ||
var oc = Fireproof._handleError(onComplete); | ||
this._ref.changePassword(credentials, onComplete); | ||
this._ref.changePassword(credentials, oc); | ||
return oc.promise; | ||
@@ -47,3 +47,3 @@ | ||
var oc = Fireproof._handleError(onComplete); | ||
this._ref.resetPassword(credentials, onComplete); | ||
this._ref.resetPassword(credentials, oc); | ||
return oc.promise; | ||
@@ -63,3 +63,3 @@ | ||
var oc = Fireproof._handleError(onComplete); | ||
this._ref.removeUser(credentials, onComplete); | ||
this._ref.removeUser(credentials, oc); | ||
return oc.promise; | ||
@@ -66,0 +66,0 @@ |
{ | ||
"name": "fireproof", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Promises for Firebase objects.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43613