mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +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?
PAGES
This directory contains your Application Views and Routes.
The framework reads all the *.vue files inside this directory and create the router of your application.
More information about the usage of this directory in the documentation.