Skip to content

Commit

Permalink
[backend] Fix login page after EE identity support (OpenCTI-Platform#…
Browse files Browse the repository at this point in the history
  • Loading branch information
SouadHadjiat authored and sbocahu committed Nov 27, 2023
1 parent a1cffcd commit 8ef1fd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@ type Settings implements InternalObject & BasicObject {
platform_feature_flags: [Module!] @auth
created_at: DateTime! @auth
updated_at: DateTime! @auth
enterprise_edition: DateTime @auth
enterprise_edition: DateTime
activity_listeners: [Member!] @auth(for: [SETTINGS])
otp_mandatory: Boolean @auth
password_policy_min_length: Int @auth
Expand Down

0 comments on commit 8ef1fd1

Please sign in to comment.