Android: get login working

This commit is contained in:
Pieter Vander Vennet 2024-12-31 19:55:08 +01:00
parent 00c233a2eb
commit 88c76498b6
16 changed files with 199 additions and 171 deletions

View file

@ -3,6 +3,7 @@
<head><title>MapComplete Auth</title></head>
<body>
Authorizing and redirecting, hang on...
<div id="token"></div>
<script type="module" src="./land.ts"></script>
</body>
</html>