diff --git a/views/core/dashboard.html b/views/core/dashboard.html index 3b9a9fe8..62df1773 100644 --- a/views/core/dashboard.html +++ b/views/core/dashboard.html @@ -34,6 +34,7 @@

Users

Updated at Username Display name + {{ if gt $.User.Role 1 }}Email{{ end }} OAuth provider @@ -42,8 +43,9 @@

Users

{{ .ID }} {{ .CreatedAt | Date }} {{ .UpdatedAt | Date }} - {{ .Username }} + {{ .Username }} {{ .DisplayName }} + {{ if gt $.User.Role 1 }}{{ .Email }}{{ end }} {{ .OAuthProvider }} {{ end }}