1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

Add a warning to not modify this file (#6235)

This commit is contained in:
Oscar Hinton
2023-09-14 14:28:41 +02:00
committed by GitHub
parent c9245df8d3
commit 86c5bd111c
2 changed files with 12 additions and 2 deletions

View File

@@ -19,6 +19,12 @@ import { MaximumVaultTimeoutPolicyComponent } from "./admin-console/policies/max
import { AppRoutingModule } from "./app-routing.module";
import { AppComponent } from "./app.component";
/**
* This is the AppModule for the commercial version of Bitwarden.
* `apps/web/app.module.ts` contains the OSS version.
*
* You probably do not want to modify this file. Consider editing `oss.module.ts` instead.
*/
@NgModule({
imports: [
OverlayModule,