We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c23e27 commit 452491aCopy full SHA for 452491a
android/app/src/main/kotlin/com/yubico/authenticator/oath/OathManager.kt
@@ -569,9 +569,6 @@ class OathManager(
569
useOathSessionUsb(usbYubiKeyDevice) { session ->
570
try {
571
oathViewModel.updateCredentials(calculateOathCodes(session))
572
- } catch (ioException: IOException) {
573
- logger.error("Exception while calculating codes: ", ioException)
574
- clearCodes()
575
} catch (apduException: ApduException) {
576
if (apduException.sw == SW.SECURITY_CONDITION_NOT_SATISFIED) {
577
logger.debug("Handled oath credential refresh on locked session.")
0 commit comments