diff --git a/auth/csvauth/credential.go b/auth/csvauth/credential.go index 2026913..e9529a6 100644 --- a/auth/csvauth/credential.go +++ b/auth/csvauth/credential.go @@ -57,9 +57,6 @@ type Credential struct { } func (c *Credential) ID() string { - if c.Purpose == PurposeToken { - return c.Name + hashIDSep + c.hashID - } return c.Name }