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 acafb94 commit 7a2680fCopy full SHA for 7a2680f
languages/swift/iOS/App/ContentView.swift
@@ -400,7 +400,7 @@ class Fido2UserInterfaceImpl: Fido2UserInterface {
400
abort()
401
}
402
403
- func pickCredentialForCreation(availableCredentials: [BitwardenSdk.CipherView], newCredential: BitwardenSdk.Fido2CredentialNewView) async throws -> BitwardenSdk.CipherViewWrapper {
+ func checkUserAndPickCredentialForCreation(options: BitwardenSdk.CheckUserOptions, newCredential: BitwardenSdk.Fido2CredentialNewView) async throws -> BitwardenSdk.CipherViewWrapper {
404
405
406
0 commit comments