cloudcmd/html/auth.html
2014-12-08 04:20:33 -05:00

17 lines
No EOL
350 B
HTML

<!doctype html>
<html>
<head></head>
<body>
<script>
(function() {
'use strict';
window.opener
.CloudCmd
.GitHub
.authorize(window.location.search);
})();
</script>
</body>
</html>