summaryrefslogtreecommitdiffstats
path: root/src/views/Profile.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/Profile.vue')
-rw-r--r--src/views/Profile.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Profile.vue b/src/views/Profile.vue
index 109dd9d0..7e9f7e8d 100644
--- a/src/views/Profile.vue
+++ b/src/views/Profile.vue
@@ -81,7 +81,7 @@ export default {
beforeMount() {
let fetchMethod = ''
- this.uid = this.$route.params.account
+ this.uid = this.$route.params.account || this.serverData.account
// Are we authenticated?
if (this.serverData.public) {