Fix display of user
This commit is contained in:
parent
12796486d2
commit
4a8307e16a
2 changed files with 3 additions and 3 deletions
|
@ -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 }} <{{ .Reminder }}>
|
||||
Authenticated as {{ .Name }} <{{ .Reminder.String }}>
|
||||
</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…
Reference in a new issue