Skip to content

Commit

Permalink
fix(mm-login): add console log to check vercel_env value
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricmagne committed Sep 25, 2024
1 parent 381fb2e commit 97ff1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AuthLogin/AuthModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
saveTokenString,
getUserIdFromJwtToken,
} from "../../lib/siwsrp/auth";
import { DASHBOARD_URL, REQUEST_PARAMS, REF_PATH } from "@site/src/lib/constants";
import { DASHBOARD_URL, REQUEST_PARAMS } from "@site/src/lib/constants";
import { MetamaskProviderContext } from "@site/src/theme/Root";

Modal.setAppElement("#__docusaurus");
Expand Down

0 comments on commit 97ff1d3

Please sign in to comment.