For a user whose username has an uppercase character, the new user menu dropdown was not defaulting to "Inbox" because the Ember router uses lowercased usernames which were not matching with the `username` property. Switching to `username_lower` fixes the issue. |
||
|---|---|---|
| .. | ||
| app | ||
| config | ||
| lib | ||
| public/assets/scripts | ||
| scripts | ||
| tests | ||
| .ember-cli | ||
| .npmrc | ||
| ember-cli-build.js | ||
| jsconfig.json | ||
| package.json | ||
| testem.js | ||