Skip to content

Commit

Permalink
Use display name as document title
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyzerner committed Oct 5, 2017
1 parent 43d8a9d commit 19d15d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/forum/src/components/UserPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default class UserPage extends Page {
show(user) {
this.user = user;

app.setTitle(user.username());
app.setTitle(user.displayName());

m.redraw();
}
Expand Down

0 comments on commit 19d15d4

Please sign in to comment.