Fix display of user

main
Jan Dittberner 1 year 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 SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");

@ -19,7 +19,7 @@
{{ with .User }} {{ with .User }}
<div class="ui label"> <div class="ui label">
<i class="id card outline icon"></i> <i class="id card outline icon"></i>
Authenticated as {{ .Name }} &lt;{{ .Reminder }}&gt; Authenticated as {{ .Name }} &lt;{{ .Reminder.String }}&gt;
</div> </div>
{{ end }} {{ end }}
</div> </div>
@ -42,7 +42,7 @@
</main> </main>
<footer class="ui vertical footer segment"> <footer class="ui vertical footer segment">
<div class="ui container"> <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> </div>
</footer> </footer>
</body> </body>

Loading…
Cancel
Save