The oauth callback does not need a header and footer

This commit is contained in:
Johannes Zellner
2015-10-14 14:36:41 +02:00
parent 4727187071
commit e86d043794

View File

@@ -1,4 +1,3 @@
<% include header %>
<script>
@@ -43,5 +42,3 @@ if (code && redirectURI) {
}
</script>
<% include footer %>;