Skip to content

Commit 0b36bb6

Browse files
committed
fix(auth): add Vercel preview URL to allowed callback domains
1 parent 98c1248 commit 0b36bb6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/scriptkit/src/pages/api/auth/[...nextauth].ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const allowedCallbackDomains = [
1616
'localhost:3000',
1717
'localhost:3001',
1818
// Add a pattern for dynamic Vercel preview URLs
19+
'script-generator-git-main-skillrecordings.vercel.app',
1920
'script-generator-*.vercel.app',
2021
]
2122

0 commit comments

Comments
 (0)