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