Skip to content

Commit a535f4e

Browse files
committed
feature: configure test sites
1 parent 403b74a commit a535f4e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/TestSite.10/Composer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ public class Composer : IComposer
77
{
88
public void Compose(IUmbracoBuilder builder)
99
{
10+
builder.AddUmbracoDataProtection();
1011
}
1112
}

src/TestSite.12/Composer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ public class Composer : IComposer
77
{
88
public void Compose(IUmbracoBuilder builder)
99
{
10+
builder.AddUmbracoDataProtection();
1011
}
1112
}

src/TestSite.13/Composer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ public class Composer : IComposer
77
{
88
public void Compose(IUmbracoBuilder builder)
99
{
10+
builder.AddUmbracoDataProtection();
1011
}
1112
}

0 commit comments

Comments
 (0)