Skip to content

Commit 7968560

Browse files
committed
Fixed createUserWithEmail local error
1 parent cd7d421 commit 7968560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/Firestack/FirestackAuth.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ - (Boolean) listeningForAuth {
215215
NSDictionary *err = @{
216216
@"error": @"createUserWithEmailError",
217217
@"name": @([error code]),
218-
@"description": [error description]
218+
@"description": [error localizedDescription]
219219
};
220220
callback(@[err]);
221221
}

0 commit comments

Comments
 (0)