Skip to content

Commit

Permalink
chore: update graphql schema
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Zhang <[email protected]>
  • Loading branch information
zwpaper committed Jan 6, 2025
1 parent c25957b commit 262580b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tabby-schema/graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ input UpdateLdapCredentialInput {
host: String!
port: Int!
bindDn: String!
bindPassword: String!
bindPassword: String
baseDn: String!
userFilter: String!
encryption: LdapEncryptionKind!
Expand Down

0 comments on commit 262580b

Please sign in to comment.