Skip to content

Commit

Permalink
Rename display/clients.go to display/apps.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Feb 26, 2021
1 parent aa49a01 commit ebb5ed4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/display/clients.go → internal/display/apps.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ func (v *applicationView) AsTableHeader() []string {
return []string{"Name", "Type", "ClientID", "Client Secret", "Callbacks"}
}
return []string{"Name", "Type", "Client ID", "Callbacks"}

}

func (v *applicationView) AsTableRow() []string {
Expand Down

0 comments on commit ebb5ed4

Please sign in to comment.