for scan on QR code screen, import and keep on that screen

This commit is contained in:
2024-04-27 20:33:10 -06:00
parent eba68e2aaa
commit 8571c78a53
5 changed files with 223 additions and 134 deletions

View File

@@ -201,7 +201,7 @@ export const getIdentity = async (activeDid: string): Promise<IIdentifier> => {
if (!identity) {
throw new Error(
`Attempted to load Offer records for DID ${activeDid} but no identifier was found`,
`Attempted to load identity ${activeDid} but no identifier was found`,
);
}
return identity;