From 14dfd3684c14b7648e04f4b84b7e819e01c9c366 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 15 Jul 2025 19:53:39 -0500 Subject: [PATCH] Comment --- src/lib/hooks/useIntentHandler.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lib/hooks/useIntentHandler.ts b/src/lib/hooks/useIntentHandler.ts index 451e0dbb68..6b1083aa4b 100644 --- a/src/lib/hooks/useIntentHandler.ts +++ b/src/lib/hooks/useIntentHandler.ts @@ -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 &&