mirror of
https://github.com/coder/coder.git
synced 2026-06-07 06:58:17 +00:00
039fa89481
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`.