mirror of
https://github.com/dergigi/boris.git
synced 2026-02-01 13:14:21 +01:00
Changed logout to use the proper clearActive() method from AccountManager instead of setActive(null), which was causing TypeScript type errors. This is the correct way to clear the active account according to the applesauce-accounts API.