Merge pull request #1745 from mattermost/plt-1118

PLT-1118 Add ability to switch between SSO and email account
Этот коммит содержится в:
Christopher Speller
2016-01-04 15:55:51 -05:00
родитель 07efe75860 a6ae90ac2a
Коммит 67db3ca8ce
20 изменённых файлов: 1213 добавлений и 266 удалений

16
web/templates/claim_account.html Обычный файл
Просмотреть файл

@@ -0,0 +1,16 @@
{{define "claim_account"}}
<!DOCTYPE html>
<html>
{{template "head" . }}
<body class="white">
<div class="container-fluid">
<div class="inner__wrap">
<div class="row content" id="claim"></div>
</div>
</div>
<script>
window.setup_claim_account_page({{ .Props }});
</script>
</body>
</html>
{{end}}