commit b18941383fefaaef7c4f395b8bfd297ba5253f4e parent f71957e0612d5f589cb1cce10f35bd1ea1b384b6 Author: ericholguin <ericholguin@apache.org> Date: Thu, 14 Mar 2024 17:22:20 -0600 wallet: add callbackuri for mutiny wallet nwc Changelog-Added: Added callbackuri for a better ux when connecting mutiny wallet nwc Signed-off-by: ericholguin <ericholguin@apache.org> Signed-off-by: William Casarin <jb55@jb55.com> Diffstat:
M | damus/Views/Wallet/ConnectWalletView.swift | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/damus/Views/Wallet/ConnectWalletView.swift b/damus/Views/Wallet/ConnectWalletView.swift @@ -97,7 +97,7 @@ struct ConnectWalletView: View { } MutinyButton() { - openURL(URL(string:"https://app.mutinywallet.com/settings/connections")!) + openURL(URL(string:"https://app.mutinywallet.com/settings/connections?callbackUri=nostr%2bwalletconnect&name=Damus")!) } Button(action: {