Skip to content

Commit

Permalink
Update iOS example
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-garcia committed Jun 3, 2024
1 parent acafb94 commit 7a2680f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/swift/iOS/App/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ class Fido2UserInterfaceImpl: Fido2UserInterface {
abort()
}

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

Expand Down

0 comments on commit 7a2680f

Please sign in to comment.