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