From a44b4c44269d8b99da2dddf6280cb2fe7e743d0f Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 14 Jul 2018 22:03:19 -0700 Subject: [PATCH] Fix changing email address error handling --- .../scripts/components/dashboard/account/ChangePassword.vue | 2 +- .../scripts/components/dashboard/account/UpdateEmail.vue | 2 +- resources/assets/scripts/store/modules/auth.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/assets/scripts/components/dashboard/account/ChangePassword.vue b/resources/assets/scripts/components/dashboard/account/ChangePassword.vue index 02b2f2e7..494c76be 100644 --- a/resources/assets/scripts/components/dashboard/account/ChangePassword.vue +++ b/resources/assets/scripts/components/dashboard/account/ChangePassword.vue @@ -1,5 +1,5 @@