add new route "/vault-import" in the popup

This commit is contained in:
DEV Sam Hayes
2025-02-07 17:14:29 +01:00
parent 7f0829af09
commit 27e8d52d23
16 changed files with 230 additions and 60 deletions

View File

@@ -43,9 +43,9 @@ export class VaultLoginComponent {
}
}
async onClickDeleteVault() {
async onClickResetExtension() {
try {
await this.#storage.deleteVault();
await this.#storage.resetExtension();
this.#startup.startOver(getNewStorageServiceConfig());
} catch (error) {
console.log(error);