QuantoVale/QuantoValePlay

View on GitHub
frontend/www/oauthcallback.html

Summary

Maintainability
Test Coverage
<html>
<body>
<script>

    window.opener.oauthCallback(window.location.href);
    window.close();

</script>
</body>
</html>