MapComplete/app/passthrough.html

21 lines
475 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>MapComplete Login</title>
</head>
<body>
Hey!
Open this page with the app. (Press the menu, "open in app")
<script>
const token = new URLSearchParams(window.location.search).get("oauth_token")
window.location.href = "orgmapcomplete://app.mapcomplete.org/passthrough.html?oauth_token=" + token
</script>
</body>
</html>