Show all of the claims (#2009)
This commit is contained in:
parent
45a2253628
commit
5d5d82d2f7
@ -59,10 +59,6 @@ func cmdExportClaims(cmd *cobra.Command, args []string) (err error) {
|
||||
|
||||
var toPrint []interface{}
|
||||
for _, auth := range auths {
|
||||
if auth.Claim == nil {
|
||||
continue
|
||||
}
|
||||
|
||||
if claimsExportCfg.Raw {
|
||||
toPrint = append(toPrint, auth)
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user