mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-14 00:44:34 +00:00
There was another reason: The user menu in the top right listens on `auth/user` which does not get updated otherwise. We should overthink having two separate result types in the backend: * currentUser: [LoggedInUser] * User: [User] Why not return `User` in both cases?