cloudcmd/tmpl/auth.hbs
2015-06-10 12:28:02 -04:00

17 lines
No EOL
350 B
Handlebars

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