diff --git a/SoftU2FTool/U2FAuthenticator.swift b/SoftU2FTool/U2FAuthenticator.swift index afe00a5..9f1ce3d 100644 --- a/SoftU2FTool/U2FAuthenticator.swift +++ b/SoftU2FTool/U2FAuthenticator.swift @@ -78,7 +78,7 @@ class U2FAuthenticator { UserPresence.test(notification) { success in if !success { - self.sendError(status: .ConditionsNotSatisfied, cid: cid) + // Send no response. Otherwise Chrome will re-prompt immediately. return } @@ -134,7 +134,7 @@ class U2FAuthenticator { UserPresence.test(notification) { success in if !success { - self.sendError(status: .ConditionsNotSatisfied, cid: cid) + // Send no response. Otherwise Chrome will re-prompt immediately. return }