{{ define "content" }} {{ if (eq (len .APIKeys) 0) }} {{ end }} {{ range $key := .APIKeys }} {{ end }}
key. created at. revoke.
no api keys found
{{ $key.Key }} {{ $key.CreatedAt }}

generate key.


{{ if .FormError }} {{ if (len .FormError.Errors) }} {{ range $error := .FormError.Errors }}
{{ $error }}
{{ end }} {{ end }} {{ end }}
{{ end }}