mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 18:23:31 +00:00
[PS-1387] Desktop: Remove "delete account" from settings (#3406)
This commit is contained in:
@@ -18,8 +18,6 @@ import { isWindowsStore } from "@bitwarden/electron/utils";
|
||||
|
||||
import { SetPinComponent } from "../components/set-pin.component";
|
||||
|
||||
import { DeleteAccountComponent } from "./delete-account.component";
|
||||
|
||||
@Component({
|
||||
selector: "app-settings",
|
||||
templateUrl: "settings.component.html",
|
||||
@@ -439,8 +437,4 @@ export class SettingsComponent implements OnInit {
|
||||
this.enableBrowserIntegrationFingerprint
|
||||
);
|
||||
}
|
||||
|
||||
async openDeleteAccount() {
|
||||
this.modalService.open(DeleteAccountComponent, { replaceTopModal: true });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user