MapComplete/app/passthrough.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
475 B
HTML
Raw Normal View History

<!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")
2025-07-07 00:06:49 +02:00
<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>