Skip to content

Commit 7924a84

Browse files
acoumbAndyButland
andauthored
Update src/Umbraco.Cms.Integrations.SEO.Semrush/Configuration/SemrushSettings.cs
Co-authored-by: Andy Butland <[email protected]>
1 parent df20f92 commit 7924a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Cms.Integrations.SEO.Semrush/Configuration/SemrushSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ public SemrushSettings(NameValueCollection appSettings)
1818

1919
public string BaseUrl { get; set; }
2020

21-
public bool UseUmbracoAuthorization { get; set; }
21+
public bool UseUmbracoAuthorization { get; set; } = true;
2222
}
2323
}

0 commit comments

Comments
 (0)