Skip to content

Commit

Permalink
[BITAU-177] Add Default for accountDomain (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
brant-livefront authored Oct 29, 2024
1 parent e956d81 commit 17ae8bc
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 17ae8bc

Please sign in to comment.