When I load the frontend without any hash/parameters, and if I'm logged in, it lands me on a page that looks like this:
It has both my user information and the login form. My questions are thus:
Is this meant to be the landing/home page? Or should we perhaps split up the login and user info into another place?
If this is supposed to be its own page, is this the page we want to link to the little navbar image on the far left (like in #14)
We probably don't want both the login form and the user information shown at the same time, and if this IS supposed to be a kind of user info area, it should probably be a dedicated user page rather than the landing page.
It's using the default vue favicon and this page is called "Vite App".
When I load the frontend without any hash/parameters, and if I'm logged in, it lands me on a page that looks like this:
It has both my user information and the login form. My questions are thus: