mirror of
https://github.com/flarum/framework.git
synced 2024-11-30 13:25:57 +08:00
Use display name as document title
This commit is contained in:
parent
b894db019f
commit
395cd3e53f
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user