diff --git a/front-end/src/pages/Settings.vue b/front-end/src/pages/Settings.vue index 31bb2b5..e4e7c42 100644 --- a/front-end/src/pages/Settings.vue +++ b/front-end/src/pages/Settings.vue @@ -204,7 +204,7 @@ export default { 'send_alert_emails' ]; const user_path = await api_request.get_user_path(); - this.user_path = user_path; + this.user_path = user_path.result.path; // Pull settings const settings_result = await api_request.get_settings(); const settings = settings_result.result;