Skip to content

Commit

Permalink
Fix authentication for dynamic projects
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriLojda committed Nov 15, 2023
1 parent db3611e commit 2353a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/callback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const CallbackPage: React.FC = () => {
const getTokenSeedId = async (authToken: string, projectContainerId: string): Promise<string | Readonly<{ error: string }>> => {
const data = {
query: '',
'token_types': ['delivery-api'],
'api_key_types': ['delivery-api'],
environments: [envId]
}

Expand Down

6 comments on commit 2353a0c

@vercel
Copy link

@vercel vercel bot commented on 2353a0c Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 2353a0c Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 2353a0c Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 2353a0c Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 2353a0c Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 2353a0c Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.