Skip to content

Commit

Permalink
fix dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
mustard-mh committed Aug 19, 2024
1 parent 6c448a5 commit 3adc3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/src/service/service.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3adc3bc

Please sign in to comment.