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
Magne Cedric committed Sep 25, 2024
1 parent 79dd3b9 commit 381fb2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/siwsrp/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const auth = new JwtBearerAuth(
export const authenticateAndAuthorize = async (env: string) => {
let accessToken: string, userProfile: SDK.UserProfile;
VERCEL_ENV = env;
console.log(VERCEL_ENV)
try {
await auth.connectSnap();
accessToken = await auth.getAccessToken();
Expand Down

0 comments on commit 381fb2e

Please sign in to comment.