oidc-idp/templates/no_email_in_client_certificate.gohtml
2021-09-11 13:35:15 +02:00

7 lines
No EOL
281 B
Text

{{ define "content" }}
<form class="form-signin" method="post">
<img src="/images/CAcert-logo.svg" width="300" height="68" alt="CAcert" class="mb-4">
<h1 class="h3 mb-3">{{ .Title }}</h1>
<p class="text-left">{{ .Explanation }}</p>
</form>
{{ end }}