Skip to content

Commit 8717c84

Browse files
authored
Preserve team scope in dashboard
1 parent 9358ca9 commit 8717c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/gitpod-protocol/src/util/gitpod-host-url.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export class GitpodHostUrl {
8585
}
8686

8787
asDashboard(): GitpodHostUrl {
88-
return this.with(url => ({ pathname: '/projects' }));
88+
return this.with(url => ({ pathname: '/' }));
8989
}
9090

9191
asLogin(): GitpodHostUrl {

0 commit comments

Comments
 (0)