forked from jsnbuchanan/crowd-funder-for-time-pwa
add more to the inital migration, and refactor the locations of types
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user