Skip to content

Commit

Permalink
Merge branch 'main' into pm-13902/update-sdk-ssh-key
Browse files Browse the repository at this point in the history
  • Loading branch information
fedemkr committed Oct 29, 2024
2 parents 0122b67 + 17ae8bc commit fe9f7f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ actor DefaultAuthenticatorSyncService: NSObject, AuthenticatorSyncService {

return decryptedCiphers.map { cipher in
AuthenticatorBridgeItemDataView(
accountDomain: account.settings.environmentUrls?.webVaultHost,
accountDomain: account.settings.environmentUrls?.webVaultHost ?? Constants.defaultWebVaultHost,
accountEmail: account.profile.email,
favorite: false,
id: cipher.id ?? UUID().uuidString,
Expand Down

0 comments on commit fe9f7f5

Please sign in to comment.