Skip to content

Commit 05f7c75

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Cms.Integrations.SEO.GoogleSearchConsole.UrlInspectionTool/Configuration/GoogleSearchConsoleSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ public GoogleSearchConsoleSettings(NameValueCollection appSettings)
2020

2121
public string InspectUrl { get; set; }
2222

23-
public bool UseUmbracoAuthorization { get; set; }
23+
public bool UseUmbracoAuthorization { get; set; } = true;
2424
}
2525
}

0 commit comments

Comments
 (0)