This commit is contained in:
Eric Bailey
2025-07-15 19:53:39 -05:00
parent 4ae3ddaecd
commit 14dfd3684c
+5
View File
@@ -78,6 +78,11 @@ export function useIntentHandler() {
actorDid: params.get('actorDid') ?? undefined,
})
/*
* If we don't have an account or the account doesn't match, do
* nothing. By the time the user switches to their other account, AA
* state should be ready for them.
*/
if (
state &&
currentAccount &&