mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
Incorrect error variable is used during reporting of the issue during unmarshall operations and this makes it hard to understand the underlying reason for OIDC failure: use `unmarshalError` instead of `err`.