add Piwik tracking to Lantea
[lantea.git] / auth-done.html
1 <!DOCTYPE html>
2 <html><head></head>
3     <body>
4         <script>
5             opener.authComplete(window.location.href);
6             window.close();
7         </script>
8     </body>
9 </html>