mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
Log actual import error (#17327)
This commit is contained in:
@@ -142,6 +142,8 @@ export class ImportChromeComponent implements OnInit, OnDestroy {
|
|||||||
// If any of the login items has a failure return a generic error message
|
// If any of the login items has a failure return a generic error message
|
||||||
// Introduced because we ran into a new type of V3 encryption added on Chrome that we don't yet support
|
// Introduced because we ran into a new type of V3 encryption added on Chrome that we don't yet support
|
||||||
if (logins.some((l) => l.failure != null)) {
|
if (logins.some((l) => l.failure != null)) {
|
||||||
|
const error = logins.find((l) => l.failure != null);
|
||||||
|
this.logService.error("Chromium importer failure:", error.failure.error);
|
||||||
return {
|
return {
|
||||||
errors: {
|
errors: {
|
||||||
message: this.i18nService.t("errorOccurred"),
|
message: this.i18nService.t("errorOccurred"),
|
||||||
|
|||||||
Reference in New Issue
Block a user