Files

9 lines
212 B
HTML
Raw Permalink Normal View History

2020-01-28 14:14:30 -05:00
{{ template "header.html" . }}
<div class="theme-panel">
<h2 class="theme-heading">Login Successful for {{ .ClientName }}</h2>
<p>Return to your device to continue</p>
</div>
{{ template "footer.html" . }}