mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #29975 from nextcloud/backport/29872/stable23
This commit is contained in:
commit
b67c6d9730
3 changed files with 5 additions and 3 deletions
4
core/js/dist/profile.js
vendored
4
core/js/dist/profile.js
vendored
File diff suppressed because one or more lines are too long
2
core/js/dist/profile.js.map
vendored
2
core/js/dist/profile.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -264,6 +264,8 @@ export default {
|
|||
},
|
||||
|
||||
mounted() {
|
||||
// Set the user's displayname or userId in the page title and preserve the default title of "Nextcloud" at the end
|
||||
document.title = `${this.displayname || this.userId} - ${document.title}`
|
||||
subscribe('user_status:status.updated', this.handleStatusUpdate)
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue