mirror of
https://github.com/bitwarden/mobile
synced 2025-12-21 10:43:22 +00:00
stub out yubico nfc support for ios
This commit is contained in:
@@ -24,7 +24,7 @@ namespace Bit.iOS.Core.Services
|
||||
}
|
||||
}
|
||||
public float Scale => (float)UIScreen.MainScreen.Scale;
|
||||
public bool NfcEnabled => false;
|
||||
public bool NfcEnabled => CoreNFC.NFCNdefReaderSession.ReadingAvailable;
|
||||
public bool HasCamera => true;
|
||||
public bool AutofillServiceSupported => false;
|
||||
public bool HasFaceIdSupport
|
||||
|
||||
Reference in New Issue
Block a user