add page to show mnemonic seed phrase for backup

This commit is contained in:
2023-05-19 15:49:34 -06:00
parent fc7c1187e8
commit 55b53955fc
10 changed files with 278 additions and 32 deletions

View File

@@ -104,7 +104,6 @@
import * as R from "ramda";
import { Options, Vue } from "vue-class-component";
import { AppString } from "@/constants/app";
import { accountsDB, db } from "@/db";
import { MASTER_SETTINGS_KEY } from "@/db/tables/settings";
import { accessToken } from "@/libs/crypto";