From 61a8eeda6090ec0fb1acb95f62b1869b42dee524 Mon Sep 17 00:00:00 2001 From: AtHeartEngineer Date: Mon, 16 Oct 2023 14:05:44 -0400 Subject: [PATCH] checkpoint identity restoration updated to encrypted stores --- src/lib/components/BackupIdentity.svelte | 9 ++++++-- src/lib/utils/identity.ts | 10 ++++++++- .../settings/identity/RestoreIdentity.svelte | 21 +++++++++++-------- 3 files changed, 28 insertions(+), 12 deletions(-) diff --git a/src/lib/components/BackupIdentity.svelte b/src/lib/components/BackupIdentity.svelte index 8f9947d..a092fb4 100644 --- a/src/lib/components/BackupIdentity.svelte +++ b/src/lib/components/BackupIdentity.svelte @@ -1,5 +1,5 @@