Skip to content

Commit 9d2b567

Browse files
Pytalnextcloud-command
authored andcommitted
Set profile page title
Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 parent fd487c1 commit 9d2b567

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

core/js/dist/profile.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/js/dist/profile.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/src/views/Profile.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ export default {
264264
},
265265
266266
mounted() {
267+
document.title = `${this.displayname || this.userId} - ${document.title}`
267268
subscribe('user_status:status.updated', this.handleStatusUpdate)
268269
},
269270

0 commit comments

Comments
 (0)