Fix display of user

main
Jan Dittberner 12 months ago
parent 12796486d2
commit 4a8307e16a

@ -1,5 +1,5 @@
/*
Copyright 2017-2022 CAcert Inc.
Copyright 2017-2023 CAcert Inc.
SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");

@ -19,7 +19,7 @@
{{ with .User }}
<div class="ui label">
<i class="id card outline icon"></i>
Authenticated as {{ .Name }} &lt;{{ .Reminder }}&gt;
Authenticated as {{ .Name }} &lt;{{ .Reminder.String }}&gt;
</div>
{{ end }}
</div>
@ -42,7 +42,7 @@
</main>
<footer class="ui vertical footer segment">
<div class="ui container">
<span class="ui small text">© 2017-2022 CAcert Inc.</span>
<span class="ui small text">© 2017-2023 CAcert Inc.</span>
</div>
</footer>
</body>

Loading…
Cancel
Save