We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f699531 commit 923de47Copy full SHA for 923de47
platforms/pictique/src/routes/(auth)/auth/+page.svelte
@@ -26,14 +26,14 @@
26
getAppStoreLink = () => {
27
const userAgent = navigator.userAgent || navigator.vendor || window.opera;
28
if (/android/i.test(userAgent)) {
29
- return PUBLIC_PLAY_STORE_EID_WALLET;
+ return 'https://play.google.com/store/apps/details?id=foundation.metastate.eid_wallet';
30
}
31
32
if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) {
33
- return PUBLIC_APP_STORE_EID_WALLET;
+ return 'https://apps.apple.com/in/app/eid-for-w3ds/id6747748667';
34
35
36
37
};
38
39
checkMobile();
0 commit comments