Robert Schäfer fba1072964 Add back the fetchCurrentUser
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?
2019-02-26 22:37:12 +01:00
..
2019-02-07 13:21:49 +01:00
2019-02-13 16:25:50 +01:00
2019-02-26 22:37:12 +01:00
2019-01-14 13:57:52 +01:00
2018-10-09 14:11:21 +02:00

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.