mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
13 lines
196 B
HTML
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}}
|