userinfo: format exp, iat and updated_at (#2585)

This commit is contained in:
Caleb Doxsey 2021-09-10 06:23:54 -06:00 committed by GitHub
parent 4720199d59
commit 532b997fed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 1 deletions

View file

@ -122,7 +122,11 @@
<td>{{$k}}</td>
<td>
{{range $v.AsSlice}}
{{if eq $k "exp" "iat" "updated_at"}}
<p>{{formatTime .}}</p>
{{else}}
<p>{{.}}</p>
{{end}}
{{end}}
</td>
</tr>