Skip to content

Commit f3c50e1

Browse files
authored
move change-kdf into KM ownership (#16515)
1 parent ce84125 commit f3c50e1

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

apps/web/src/app/auth/settings/security/security-keys.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ import { AccountService } from "@bitwarden/common/auth/abstractions/account.serv
88
import { UserVerificationService } from "@bitwarden/common/auth/abstractions/user-verification/user-verification.service.abstraction";
99
import { DialogService } from "@bitwarden/components";
1010

11+
import { ChangeKdfModule } from "../../../key-management/change-kdf/change-kdf.module";
1112
import { SharedModule } from "../../../shared";
1213

1314
import { ApiKeyComponent } from "./api-key.component";
14-
import { ChangeKdfModule } from "./change-kdf/change-kdf.module";
1515

1616
@Component({
1717
templateUrl: "security-keys.component.html",

apps/web/src/app/auth/settings/security/change-kdf/change-kdf.module.ts renamed to apps/web/src/app/key-management/change-kdf/change-kdf.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { CommonModule } from "@angular/common";
22
import { NgModule } from "@angular/core";
33

4-
import { SharedModule } from "../../../../shared";
4+
import { SharedModule } from "../../shared";
55

66
import { ChangeKdfConfirmationComponent } from "./change-kdf-confirmation.component";
77
import { ChangeKdfComponent } from "./change-kdf.component";

0 commit comments

Comments
 (0)