diff --git a/templates/tokens.tmpl b/templates/tokens.tmpl index ba223cf..566250f 100644 --- a/templates/tokens.tmpl +++ b/templates/tokens.tmpl @@ -5,11 +5,11 @@
{{ if eq $tokenData.Client "" }} {{$token}} (Owner: {{$tokenData.Owner}}) (Client: Any) + Login link + {{ else }} {{$token}} (Owner: {{$tokenData.Owner}}) (Client: {{$tokenData.Client}}) {{ end }} - Login link -