Skip to content

Commit 61c5794

Browse files
committed
added test verify page
1 parent c90bd3b commit 61c5794

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

misc/verify.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@
3333
var code = getQueryString('code'); // returns null
3434

3535
<!-- 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;
36+
window.location = 'kaki://join?'+sportId+'#'+code;
3937

4038
<!-- Download URL for new users to download the app -->
4139
setTimeout("window.location = 'https://play.google.com/store/apps/details?id=app.kaki';", 1000);

0 commit comments

Comments
 (0)