File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import {
12
12
saveTokenString ,
13
13
getUserIdFromJwtToken ,
14
14
} from "../../lib/siwsrp/auth" ;
15
- import { DASHBOARD_URL , REQUEST_PARAMS , REF_PATH } from "@site/src/lib/constants" ;
15
+ import { DASHBOARD_URL , REQUEST_PARAMS } from "@site/src/lib/constants" ;
16
16
import { MetamaskProviderContext } from "@site/src/theme/Root" ;
17
17
18
18
Modal . setAppElement ( "#__docusaurus" ) ;
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ export const auth = new JwtBearerAuth(
57
57
export const authenticateAndAuthorize = async ( env : string ) => {
58
58
let accessToken : string , userProfile : SDK . UserProfile ;
59
59
VERCEL_ENV = env ;
60
+ console . log ( VERCEL_ENV )
60
61
try {
61
62
await auth . connectSnap ( ) ;
62
63
accessToken = await auth . getAccessToken ( ) ;
You can’t perform that action at this time.
0 commit comments