Counselllor / Counsellor-Web

Detected the use of alert, confirm and prompt JS-0052
Anti-pattern
Minor
1 occurrence in this check
 48        navigate("/");
 49      })
 50      .catch((err) => {
 51        alert(err.message); 52      });
 53  };
 54