zhb hace 2 meses
padre
commit
66b9dd1771
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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