From ae8f0f36d8944210e83c60a931ad14da4c5d4a67 Mon Sep 17 00:00:00 2001 From: Maxim Filippov Date: Mon, 10 Dec 2018 01:21:52 +0300 Subject: Use "~" as a route namespace symbol --- src/components/user_settings/user_settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/user_settings') 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 } -- cgit v1.2.3-70-g09d2