Skip to content

Commit

Permalink
fix fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Nov 21, 2024
1 parent 8bdfa47 commit 055b01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fcl-wc/src/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export function showWcRequestNotification({
user: CurrentUser
}) {
const authnService = user?.services?.find((s: any) => s.type === "authn")
const walletProvider = authnService?.provider
const walletProvider = authnService?.provider || service.provider

return showNotification({
title: walletProvider?.name || "Mobile Wallet",
Expand Down

0 comments on commit 055b01c

Please sign in to comment.