cloudcmd/html/auth.html
2015-06-11 02:35:20 -04: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>