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 c90bd3b commit 61c5794Copy full SHA for 61c5794
misc/verify.html
@@ -33,9 +33,7 @@
33
var code = getQueryString('code'); // returns null
34
35
<!-- Deep link URL for existing users with app already installed on their device -->
36
- var finalDeeplink = 'kaki://join?'+sportId+'#'+code;
37
- alert(finalDeeplink);
38
- window.location = finalDeeplink;
+ window.location = 'kaki://join?'+sportId+'#'+code;
39
40
<!-- Download URL for new users to download the app -->
41
setTimeout("window.location = 'https://play.google.com/store/apps/details?id=app.kaki';", 1000);
0 commit comments