Skip to content

Commit

Permalink
[PM-12278] Upgrade SDK to fix EncString type downgrades (#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedemkr authored Sep 19, 2024
1 parent 67ee5d9 commit b1a16a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ class MockClientFido2Client: ClientFido2ClientProtocol {
)

func authenticate(
origin: String,
origin: BitwardenSdk.Origin,
request: String,
clientData: BitwardenSdk.ClientData
) async throws -> BitwardenSdk.PublicKeyCredentialAuthenticatorAssertionResponse {
try authenticateResult.get()
}

func register(
origin: String,
origin: BitwardenSdk.Origin,
request: String,
clientData: BitwardenSdk.ClientData
) async throws -> BitwardenSdk.PublicKeyCredentialAuthenticatorAttestationResponse {
Expand Down
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ settings:
packages:
BitwardenSdk:
url: https://github.com/bitwarden/sdk-swift
revision: a09d0dc8f3ef3e27bc45407d58d4df89e61d438e
revision: b5853c98f31ff9230c5eff83888081ea34c76afe
Firebase:
url: https://github.com/firebase/firebase-ios-sdk
exactVersion: 10.24.0
Expand Down

0 comments on commit b1a16a0

Please sign in to comment.