aboutsummaryrefslogtreecommitdiff
path: root/src/components/oauth_callback
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2018-12-18 22:09:27 +0200
committershpuld <shp@cock.li>2018-12-18 22:09:27 +0200
commit640a28789222035f8d500b8dd4bfc4c9f0cdd1af (patch)
treede6e7a72f0a90b8196b1bf99ac0fe4cd5bfe39a2 /src/components/oauth_callback
parentbd2ed617a740ef3b37dedf3bed608e433dc0ec09 (diff)
parent2f28bf95fdce6a215961fe264c236c111e4a1e66 (diff)
Merge branch 'develop' into feature/replace-panel-switcher
Diffstat (limited to 'src/components/oauth_callback')
-rw-r--r--src/components/oauth_callback/oauth_callback.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/oauth_callback/oauth_callback.js b/src/components/oauth_callback/oauth_callback.js
index 7a5132ad..18e24159 100644
--- a/src/components/oauth_callback/oauth_callback.js
+++ b/src/components/oauth_callback/oauth_callback.js
@@ -11,7 +11,7 @@ const oac = {
}).then((result) => {
this.$store.commit('setToken', result.access_token)
this.$store.dispatch('loginUser', result.access_token)
- this.$router.push('/main/friends')
+ this.$router.push('/~/main/friends')
})
}
}