prepare for OAuth support but don't enable it as actually GPS trace creation doesn...
[lantea.git] / auth-done.html
diff --git a/auth-done.html b/auth-done.html
new file mode 100644 (file)
index 0000000..88db9f1
--- /dev/null
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html><head></head>
+    <body>
+        <script>
+            opener.authComplete(window.location.href);
+            window.close();
+        </script>
+    </body>
+</html>