Skip to content

Commit 2e47108

Browse files
committed
Fix map type
1 parent 099a23e commit 2e47108

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ios/AuthsignalPasskeyModule.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class AuthsignalPasskeyModule: NSObject {
7373
if (response.error != nil) {
7474
reject("signIn error", response.error, nil)
7575
} else {
76-
let signInResponse: [String: String?] = [
76+
let signInResponse: [String: Any?] = [
7777
"isVerified": response.data!.isVerified,
7878
"token": response.data!.token,
7979
"userId": response.data!.userId,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-authsignal",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "The official Authsignal React Native library.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)