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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user