mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
[EC-251] Fix web local development (#2775)
* Wip * Fix bitwarden licensed web * Fix template paths * Cleanup gitattributes git-blame-ignore-revs * Fix tsconfig, add postcss and tailwind config to bitwarden_license. * And done
This commit is contained in:
@@ -5,7 +5,8 @@ import { ProviderUserBulkRequest } from "jslib-common/models/request/provider/pr
|
||||
import { BulkRemoveComponent as OrganizationBulkRemoveComponent } from "src/app/organizations/manage/bulk/bulk-remove.component";
|
||||
|
||||
@Component({
|
||||
templateUrl: "../../../../../../src/app/organizations/manage/bulk/bulk-remove.component.html",
|
||||
templateUrl:
|
||||
"../../../../../../../apps/web/src/app/organizations/manage/bulk/bulk-remove.component.html",
|
||||
})
|
||||
export class BulkRemoveComponent extends OrganizationBulkRemoveComponent {
|
||||
@Input() providerId: string;
|
||||
|
||||
Reference in New Issue
Block a user