Skip to content

Commit 7a2680f

Browse files
committed
Update iOS example
1 parent acafb94 commit 7a2680f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

languages/swift/iOS/App/ContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ class Fido2UserInterfaceImpl: Fido2UserInterface {
400400
abort()
401401
}
402402

403-
func pickCredentialForCreation(availableCredentials: [BitwardenSdk.CipherView], newCredential: BitwardenSdk.Fido2CredentialNewView) async throws -> BitwardenSdk.CipherViewWrapper {
403+
func checkUserAndPickCredentialForCreation(options: BitwardenSdk.CheckUserOptions, newCredential: BitwardenSdk.Fido2CredentialNewView) async throws -> BitwardenSdk.CipherViewWrapper {
404404
abort()
405405
}
406406

0 commit comments

Comments
 (0)