Files
mattermost/templates/authorize.html
2016-03-14 00:38:25 -04:00

13 lines
196 B
HTML

{{define "authorize"}}
<html>
{{template "head" . }}
<body>
<div id="authorize">
</div>
<script>
window.setup_authorize_page({{.Props}});
</script>
</body>
</html>
{{end}}