Skip to content

Commit 038bfb2

Browse files
committed
Fix iOS auth exception
1 parent 6f23708 commit 038bfb2

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
@@ -137,7 +137,7 @@ @implementation FirestackAuth
137137
sendJSEvent:AUTH_CHANGED_EVENT
138138
props: @{
139139
@"eventName": @"userTokenError",
140-
@"msg": [error localizedFailureReason]
140+
@"msg": [error localizedDescription]
141141
}];
142142
} else {
143143
[self

0 commit comments

Comments
 (0)