Skip to content

[@nativescript/biometrics] Android promptForPin method checks options for pinFallBack instead of pinFallback #640

Description

@JWiseCoder

While debugging, we found that in the promptForPin() method in the android code for biometrics, it's checking for the wrong property.

if (!options?.pinFallBack) {

if (!options?.pinFallBack) {

should be

if (!options?.pinFallback) {

NOTE: We can fix it by passing both pinFallBack and pinFallback through on the options, but it would be best if this were fixed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions