forked from MapComplete/MapComplete
9 lines
202 B
HTML
9 lines
202 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<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>
|