Android: Small fixes to landing page and passthrough

This commit is contained in:
Pieter Vander Vennet 2025-01-21 21:06:50 +01:00
parent baa7379fbf
commit 77f4bc84aa
12 changed files with 55 additions and 31 deletions

View file

@ -1,9 +1,12 @@
<!DOCTYPE html>
<html>
<head><title>MapComplete Auth</title></head>
<head><title>MapComplete Auth</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
</head>
<body>
Authorizing and redirecting, hang on...
<div id="token"></div>
<div id="token">Waiting for token</div>
<script type="module" src="./land.ts"></script>
</body>
</html>