mirror of
https://github.com/flarum/framework.git
synced 2024-12-02 15:03:44 +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) {
|
show(user) {
|
||||||
this.user = user;
|
this.user = user;
|
||||||
|
|
||||||
app.setTitle(user.username());
|
app.setTitle(user.displayName());
|
||||||
|
|
||||||
m.redraw();
|
m.redraw();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user