Skip to content

Commit

Permalink
Merge pull request #236 from tangem/IOS-2621_skip_biometrics_request_…
Browse files Browse the repository at this point in the history
…for_scantask

IOS-2621 Skip biometrics request for scantask
  • Loading branch information
tureck1y authored Nov 30, 2022
2 parents b1701de + 638cd65 commit b33ffac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TangemSdk/TangemSdk/Operations/ScanTask.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import Foundation
/// Returns data from a Tangem card after successful completion of `ReadCommand` and `AttestWalletKeyCommand`, subsequently.
@available(iOS 13.0, *)
public final class ScanTask: CardSessionRunnable {
public var allowsAccessCodeFromRepository: Bool { false }

private var attestationTask: AttestationTask? = nil

public init() {}
Expand Down

0 comments on commit b33ffac

Please sign in to comment.