Files
Gustavo Valverde 81b0764a25 chore(oauth): align gitlab callbackPath literal and add to test mock
Two follow-ups from a review pass over the prior commit's diff.

`gitlab.ts` declared `callbackPath` as a template literal interpolating a
local const fixed to `"gitlab"`, while the other 34 built-in providers use
plain string literals. The asymmetry has no behavior cost but lets a new
contributor pick either precedent. Unifying on the string form keeps the
convention obvious.

`mockProvider` in `create-context.test.ts` did not declare `callbackPath`.
It slipped past `tsc` because the plugin `init` return type widens nested
fields via `DeepPartial`. Adding the field closes the type-safety gap so
the mock matches the contract the production endpoints rely on.

No public API change; no runtime behavior change.
2026-05-31 10:09:07 +01:00
..
2026-05-09 19:28:11 +00:00
2026-05-31 00:10:16 +01:00
2026-05-31 00:10:16 +01:00
2026-05-29 22:28:58 +01:00
2026-05-31 00:10:16 +01:00
2026-05-29 22:28:58 +01:00
2026-05-29 22:28:58 +01:00