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