mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
10 lines
196 B
HTML
10 lines
196 B
HTML
<!DOCTYPE html>
|
|
<html><head></head>
|
|
<body>
|
|
<script>
|
|
opener.authComplete(window.location.search.slice(1));
|
|
window.close();
|
|
</script>
|
|
</body>
|
|
</html>
|