mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
fix: replace resolve with data in organization routing, refs PM-21372 (#14681)
This commit is contained in:
@@ -27,7 +27,7 @@ const routes: Routes = [
|
||||
path: "domain-verification",
|
||||
component: DomainVerificationComponent,
|
||||
canActivate: [organizationPermissionsGuard((org) => org.canManageDomainVerification)],
|
||||
resolve: {
|
||||
data: {
|
||||
titleId: "claimedDomains",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user