Authenticated

This commit is contained in:
Sedat ÖZTÜRK 2025-07-30 15:40:54 +03:00
parent 6b6f26c442
commit 2be13b33c6

View file

@ -11736,6 +11736,7 @@ public class ListFormsSeeder : IDataSeedContributor, ITransientDependency
LookupQuery = JsonSerializer.Serialize(new LookupDataDto[] {
new () { Key="public",Name="Public" },
new () { Key="protected",Name="Protected" },
new () { Key="authenticated",Name="Authenticated" },
}),
}),
ValidationRuleJson = JsonSerializer.Serialize(new[]