diff --git a/app/land.ts b/app/land.ts index b6e000519..321bb6504 100644 --- a/app/land.ts +++ b/app/land.ts @@ -38,5 +38,5 @@ connection.finishLogin(async () => { tokenSrc.set("ERROR: no token retrieved!") return } - window.location.href = "orgmapcomplete://passthrough.html?oauth_token=" + token + window.location.href = "https://app.mapcomplete.org/passthrough.html?oauth_token=" + token }) diff --git a/app/passthrough.html b/app/passthrough.html index ec2ec9ea5..8ced26833 100644 --- a/app/passthrough.html +++ b/app/passthrough.html @@ -12,5 +12,10 @@ Hey! Open this page with the app. (Press the menu, "open in app") + +