From 3adc3bce0fd09460cbe821f6717fbfd463615361 Mon Sep 17 00:00:00 2001 From: mustard Date: Mon, 19 Aug 2024 19:29:14 +0800 Subject: [PATCH] fix dashboard --- components/dashboard/src/service/service.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dashboard/src/service/service.tsx b/components/dashboard/src/service/service.tsx index a0cba936c5bb04..09bd33bd3bfcd8 100644 --- a/components/dashboard/src/service/service.tsx +++ b/components/dashboard/src/service/service.tsx @@ -351,7 +351,7 @@ export class IDEFrontendService implements IDEFrontendDashboardService.IServer { desktopLink.protocol === "jetbrains:" && !desktopLink.href.startsWith("jetbrains://gateway/io.gitpod.toolbox.gateway/") ) { - redirect = false; + redirect = true; } } catch (e) { console.error("invalid desktop link:", e);