mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
It's a drop-in replacement and not seeing any issues with this switch atm other than ones that were pre-existing - specifically the user shown in the save dialog sometimes not being present or being out of date, but the save still being correct.
10 lines
185 B
HTML
10 lines
185 B
HTML
<!DOCTYPE html>
|
|
<html><head></head>
|
|
<body>
|
|
<script>
|
|
opener.authComplete(window.location.href);
|
|
window.close();
|
|
</script>
|
|
</body>
|
|
</html>
|