Skip to content

Commit 25fd345

Browse files
committed
1
1 parent 8072d9f commit 25fd345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/server/src/auth/authenticator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ export function validateAuthorizeReturnToUrl(returnTo: string, hostUrl: GitpodHo
9292

9393
// 2. Dashboard pages (for scope elevation flows)
9494
/^\/$/, // Root
95-
/^\/new$/, // Create workspace page
96-
/^\/quickstart$/, // Quickstart page
95+
/^\/new\/?$/, // Create workspace page
96+
/^\/quickstart\/?$/, // Quickstart page
9797
];
9898

9999
return validateReturnToUrlWithPatterns(returnTo, hostUrl, allowedPatterns);

0 commit comments

Comments
 (0)