diff options
| author | Maxim Filippov <colixer@gmail.com> | 2018-12-10 01:21:52 +0300 |
|---|---|---|
| committer | Maxim Filippov <colixer@gmail.com> | 2018-12-10 01:21:52 +0300 |
| commit | ae8f0f36d8944210e83c60a931ad14da4c5d4a67 (patch) | |
| tree | 148da20f62281bd364694e695e33cf0a9e8abb4d /src/components/user_settings/user_settings.js | |
| parent | 3d968e31daf5c4f2c560730267abaea0b7f1fadc (diff) | |
Use "~" as a route namespace symbol
Diffstat (limited to 'src/components/user_settings/user_settings.js')
| -rw-r--r-- | src/components/user_settings/user_settings.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_settings/user_settings.js b/src/components/user_settings/user_settings.js index ef7ba56a..5161a25b 100644 --- a/src/components/user_settings/user_settings.js +++ b/src/components/user_settings/user_settings.js @@ -218,7 +218,7 @@ const UserSettings = { .then((res) => { if (res.status === 'success') { this.$store.dispatch('logout') - this.$router.push('/p/main/all') + this.$router.push('/~/main/all') } else { this.deleteAccountError = res.error } |
