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 20c0e8f commit d41f9f2Copy full SHA for d41f9f2
lib/plugin/auth.js
@@ -350,7 +350,8 @@ export default function (config) {
350
recorder.session.restore('auto login')
351
recorder.session.restore('check login')
352
section.end()
353
- recorder.throw(err)
+ // Use regular throw instead of recorder.throw to avoid promise chaining cycle
354
+ throw err
355
})
356
357
recorder.add(() => {
0 commit comments