This repository was archived by the owner on Mar 21, 2022. It is now read-only.

Description
We show the current username in the top right corner. The name is not shown on page refresh (F5 or Ctrl + R), probably due to lost session data.
This requires a fix.
We use ember-simple-auth for authentication in Ember. Issue 523 might give a hint. However, I think the problem may also origin in our session handling.