{{ define "content" }} {{ if (eq (len .APIKeys) 0) }} {{ end }} {{ range $key := .APIKeys }} {{ end }}
Key Created At Revoke
No API Keys Found
{{ $key.Key }} {{ $key.CreatedAt }}

Add An API Key


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