mirror of
https://github.com/bitwarden/server
synced 2025-12-24 12:13:17 +00:00
It turns out Singleton DI of interfaces does not use the specified instance's Singleton, but just creates its own. This fixes the bug where classes expecting an IGlobalSettings were given an empty GlobaSettings instance