fix: sorting by PKCE and re-auth of OIDC clients

This commit is contained in:
Elias Schneider
2025-11-04 13:27:05 +01:00
parent d683d18d91
commit e03270eb9d

View File

@@ -54,8 +54,8 @@ type OidcClient struct {
ImageType *string
DarkImageType *string
IsPublic bool
PkceEnabled bool `filterable:"true"`
RequiresReauthentication bool `filterable:"true"`
PkceEnabled bool `sortable:"true" filterable:"true"`
RequiresReauthentication bool `sortable:"true" filterable:"true"`
Credentials OidcClientCredentials
LaunchURL *string