Skip to content

Commit a04cfe0

Browse files
docs(core): add issue #32101 reference comment to integration.ts
1 parent 55508d7 commit a04cfe0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/core/src/integration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ export const locationLayer = Layer.effect(
362362
return error instanceof Error ? error.message : String(error)
363363
}
364364

365+
// Decoder for legacy dynamic plugin auth success callback payloads (Ref: Issue #32101)
365366
const decodeLegacySuccess = Schema.decodeUnknownOption(Credential.LegacySuccessValue)
366367

367368
const settle = Effect.fnUntraced(function* (attemptID: AttemptID, exit: Exit.Exit<Credential.Info, unknown>) {

0 commit comments

Comments
 (0)