forked from mystiq/dex
9 lines
295 B
HTML
9 lines
295 B
HTML
{{ template "header.html" . }}
|
|
|
|
<div class="theme-panel">
|
|
<h2 class="theme-heading">Login Successful</h2>
|
|
<p>Please copy this code, switch to your application and paste it there:</p>
|
|
<input type="text" class="theme-form-input" value="{{ .Code }}" />
|
|
</div>
|
|
|
|
{{ template "footer.html" . }}
|