Skip to content

Commit

Permalink
Added missing parameter on Android class to handle the need for passi…
Browse files Browse the repository at this point in the history
…ng allowDeviceCredentials, which is needed for iOS
  • Loading branch information
tyler-cook-self committed Jun 2, 2022
1 parent b487d15 commit 7168bbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public void isSensorAvailable(final ReadableMap params, final Promise promise) {
}

@ReactMethod
public void createKeys(Promise promise) {
public void createKeys(final ReadableMap params, Promise promise) {
try {
if (isCurrentSDKMarshmallowOrLater()) {
deleteBiometricKey();
Expand Down

0 comments on commit 7168bbd

Please sign in to comment.