bugs fixed

This commit is contained in:
Komek Hayytnazarov 2022-12-13 15:27:58 +05:00
parent cc136410a8
commit d3a1b8eb90
1 changed files with 4 additions and 0 deletions

View File

@ -171,6 +171,10 @@ const onRegister = async () => {
isLoading.value = false;
// refresh LS "bankAccount"
localStorage.removeItem("contacts");
localStorage.setItem("contacts", JSON.stringify(formData));
// router.push({ name: "profile", params: { loadFromLS: true } });
alertStore.success(i18nn.global.t("OP_SUCCESS"));
} catch (error) {