fix error

This commit is contained in:
MaysWind
2020-11-26 22:07:38 +08:00
parent 2c72ce5f5c
commit 64c56e2807
5 changed files with 38 additions and 19 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ export default {
}
self.$toast('Your profile has been successfully updated');
router.back('/settings', { force: true });
router.back();
}).catch(error => {
self.$logger.error('failed to save user profile', error);