Skip to content

Commit

Permalink
Fix context for credential manager api
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfisher committed Sep 27, 2024
1 parent d159c73 commit 23fb683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void initialize(String tenantID, String baseURL, Promise promise) {
authsignalPasskey = new AuthsignalPasskey(
tenantID,
baseURL,
reactContext,
reactContext.getCurrentActivity(),
reactContext.getCurrentActivity()
);
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-authsignal",
"version": "1.1.0",
"version": "1.1.1",
"description": "The official Authsignal React Native library.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 23fb683

Please sign in to comment.