From 528cea46b41682916e934864637da17a1bc67829 Mon Sep 17 00:00:00 2001 From: Steve Temple Date: Fri, 15 Nov 2024 14:35:57 +0000 Subject: [PATCH] Sample code is using v13 namespace and doesn't compile --- 15/umbraco-cms/reference/security/external-login-providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-cms/reference/security/external-login-providers.md b/15/umbraco-cms/reference/security/external-login-providers.md index 4b82f8ed6cc..83b5e082406 100644 --- a/15/umbraco-cms/reference/security/external-login-providers.md +++ b/15/umbraco-cms/reference/security/external-login-providers.md @@ -203,8 +203,8 @@ The configuration file is used to configure a handful of different options for t {% code title="GenericBackOfficeExternalLoginProviderOptions.cs" lineNumbers="true" %} ```csharp using Microsoft.Extensions.Options; +using Umbraco.Cms.Api.Management.Security; using Umbraco.Cms.Core; -using Umbraco.Cms.Web.BackOffice.Security; namespace MyUmbracoProject.CustomAuthentication;