mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-16 11:11:43 +00:00
Set specific subpage that is requested when profile is shown (#11412)
This commit is contained in:
parent
f02992faa5
commit
a7c814262b
1 changed files with 1 additions and 0 deletions
|
|
@ -756,6 +756,7 @@ export default {
|
|||
},
|
||||
mounted () {
|
||||
this.loadUser();
|
||||
this.selectPage(this.startingPage);
|
||||
},
|
||||
methods: {
|
||||
async loadUser () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue