Authenticated
This commit is contained in:
parent
6b6f26c442
commit
2be13b33c6
1 changed files with 1 additions and 0 deletions
|
|
@ -11736,6 +11736,7 @@ public class ListFormsSeeder : IDataSeedContributor, ITransientDependency
|
||||||
LookupQuery = JsonSerializer.Serialize(new LookupDataDto[] {
|
LookupQuery = JsonSerializer.Serialize(new LookupDataDto[] {
|
||||||
new () { Key="public",Name="Public" },
|
new () { Key="public",Name="Public" },
|
||||||
new () { Key="protected",Name="Protected" },
|
new () { Key="protected",Name="Protected" },
|
||||||
|
new () { Key="authenticated",Name="Authenticated" },
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
ValidationRuleJson = JsonSerializer.Serialize(new[]
|
ValidationRuleJson = JsonSerializer.Serialize(new[]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue