1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

Fixed link to navigate to Members page. (#5892)

This commit is contained in:
Todd Martin
2023-07-25 10:31:43 -04:00
committed by GitHub
parent ba8ad9598b
commit a456e4d3b5
2 changed files with 3 additions and 3 deletions

View File

@@ -227,7 +227,7 @@ export class TrialInitiationComponent implements OnInit, OnDestroy {
}
navigateToOrgInvite() {
this.router.navigate(["organizations", this.orgId, "manage", "members"]);
this.router.navigate(["organizations", this.orgId, "members"]);
}
previousStep() {