Skip to content

Commit

Permalink
Preserve team scope in dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsiolis authored and roboquat committed Nov 5, 2021
1 parent b79135e commit 0d444a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/gitpod-protocol/src/util/gitpod-host-url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class GitpodHostUrl {
}

asDashboard(): GitpodHostUrl {
return this.with(url => ({ pathname: '/projects' }));
return this.with(url => ({ pathname: '/' }));
}

asLogin(): GitpodHostUrl {
Expand Down

0 comments on commit 0d444a5

Please sign in to comment.