Android: add passthrough pages

This commit is contained in:
Pieter Vander Vennet 2024-12-31 16:31:01 +01:00
parent 969ad74bd9
commit a34abb702c
6 changed files with 104 additions and 0 deletions

8
app/land.html Normal file
View file

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<head><title>MapComplete Auth</title></head>
<body>
Authorizing and redirecting, hang on...
<script type="module" src="./land.ts"></script>
</body>
</html>