You've already forked FIDO2_Bridge
mirror of
https://github.com/token2/FIDO2_Bridge.git
synced 2026-03-13 11:12:26 -07:00
Revert "Add logic to properly handle both 2.1pre and 2.1 Final keys."
This commit is contained in:
@@ -504,13 +504,7 @@ class MainActivity : AppCompatActivity() {
|
||||
}
|
||||
|
||||
resultText.text = getString(R.string.verifying_pin)
|
||||
// get uvAuthToken with permissions for CTAP2.1 keys
|
||||
if(!usePreviewCommand) {
|
||||
val authenticated = withContext(Dispatchers.IO) { protocol.getPinToken(pin,4) }
|
||||
}
|
||||
else {
|
||||
val authenticated = withContext(Dispatchers.IO) { protocol.getPinToken(pin,4) }
|
||||
}
|
||||
val authenticated = withContext(Dispatchers.IO) { protocol.getPinToken(pin,4) }
|
||||
if (!authenticated) {
|
||||
if (isNfcDisconnected()) {
|
||||
showNfcReconnectDialog()
|
||||
|
||||
Reference in New Issue
Block a user