Skip to content

Commit

Permalink
fix: display mobile app in qrcode modal
Browse files Browse the repository at this point in the history
  • Loading branch information
smelnikov committed Feb 16, 2023
1 parent bfd2077 commit a5d9a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export class ProviderKeeperMobile implements Provider {
uri,
() => loginReject(getSdkError('USER_REJECTED')),
{
mobileLinks: ['https://keeper-wallet.app'],
mobileLinks: ['Keeper'],
desktopLinks: [],
}
);
Expand Down

0 comments on commit a5d9a46

Please sign in to comment.