We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55508d7 commit a04cfe0Copy full SHA for a04cfe0
1 file changed
packages/core/src/integration.ts
@@ -362,6 +362,7 @@ export const locationLayer = Layer.effect(
362
return error instanceof Error ? error.message : String(error)
363
}
364
365
+ // Decoder for legacy dynamic plugin auth success callback payloads (Ref: Issue #32101)
366
const decodeLegacySuccess = Schema.decodeUnknownOption(Credential.LegacySuccessValue)
367
368
const settle = Effect.fnUntraced(function* (attemptID: AttemptID, exit: Exit.Exit<Credential.Info, unknown>) {
0 commit comments