zhb преди 2 месеца
родител
ревизия
66b9dd1771
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      pages/customer/create-account.vue

+ 2 - 0
pages/customer/create-account.vue

@@ -487,6 +487,8 @@ const newAccount = async () => {
             }
         }
     } catch (error) {
+        console.log(error)
+        flag.value = false;
         if (error instanceof Array) {
             // showToast(error[0].errorMessage);
             return