We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1baf7d6 commit 024b074Copy full SHA for 024b074
packages/auth/src/storage/indexeddb.js
@@ -399,7 +399,7 @@ fireauth.storage.IndexedDB.prototype.onIDBRequest_ =
399
}
400
};
401
request.onerror = function(event) {
402
- reject(new Error(event.target.errorCode));
+ reject(event.target.error);
403
404
});
405
@@ -566,7 +566,7 @@ fireauth.storage.IndexedDB.prototype.sync_ = function() {
566
567
568
569
570
571
572
0 commit comments