Skip to content

Commit

Permalink
Show allowed origins
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Mar 15, 2021
1 parent 2977780 commit df34531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/display/apps.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ func (v *applicationView) KeyValues() [][]string {
[]string{"TYPE", v.Type},
[]string{"CLIENT SECRET", ansi.Italic(v.ClientSecret)},
[]string{"CALLBACKS", callbacks},
[]string{"ALLOWED ORIGINS", allowedOrigins},
[]string{"ALLOWED WEB ORIGINS", allowedWebOrigins},
[]string{"ALLOWED LOGOUT URLS", allowedLogoutURLs},
[]string{"TOKEN ENDPOINT AUTH", v.AuthMethod},
Expand Down

0 comments on commit df34531

Please sign in to comment.