rez-table-listing-mui 1.3.22 → 1.3.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,6 +8,7 @@ const LoginButton = () => {
8
8
  const handleLogin = async () => {
9
9
  setLoading(true);
10
10
  const api_url = "https://api.eth-qa.rezolut.in/api/admin/auth";
11
+ // const api_url = "http://localhost:4011/api/admin/auth";
11
12
  const email_id = "kartik.shetty@rezolut.in";
12
13
  const email_otp = "123456";
13
14
  const sub_domain = "nair";