add more to the inital migration, and refactor the locations of types

This commit is contained in:
2025-05-25 17:55:04 -06:00
parent b597b17eec
commit 60be32e120
6 changed files with 207 additions and 85 deletions

View File

@@ -549,7 +549,7 @@ export const generateSaveAndActivateIdentity = async (): Promise<string> => {
mnemonic: mnemonic,
publicKeyHex: newId.keys[0].publicKeyHex,
});
await updateDefaultSettings({ activeDid: newId.did });
} catch (error) {
console.error("Failed to update default settings:", error);