-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Steps to reproduce:
- Log into the app.
- Click on the "View Chatter Topics" button.
- Click on the "Home" button in the upper right corner.
- Message will say, "Hello, Unknown User." instead of currently logged in user's name.
Background Info
The home route contains the login view which will show the "Hello..." message if a user is currently logged into the app. These templates are part of a local package (fletcher:login) which can be found in the packages directory (packages/login). The fletcher:login package also makes use of a fletcher:utils package (packages/utils) that contains template helpers and utility methods.