Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 9b1e5db

Browse files
committed
added ios reset
1 parent 8713e9b commit 9b1e5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ firebase.resetPassword = function (arg) {
114114
if (!arg.email) {
115115
reject("Resetting a password requires an email argument");
116116
} else {
117-
instance.resetPasswordWithValueCompletionBlock(arg.email, onCompletion);
117+
instance.resetPasswordForUserWithCompletionBlock(arg.email, onCompletion);
118118
}
119119
} catch (ex) {
120120
console.log("Error in firebase.resetPassword: " + ex);

0 commit comments

Comments
 (0)