mirror of
https://github.com/bitwarden/server
synced 2026-02-10 13:40:10 +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