Skip to content

Commit 528cea4

Browse files
authored
Sample code is using v13 namespace and doesn't compile
1 parent ce0b891 commit 528cea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

15/umbraco-cms/reference/security/external-login-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ The configuration file is used to configure a handful of different options for t
203203
{% code title="GenericBackOfficeExternalLoginProviderOptions.cs" lineNumbers="true" %}
204204
```csharp
205205
using Microsoft.Extensions.Options;
206+
using Umbraco.Cms.Api.Management.Security;
206207
using Umbraco.Cms.Core;
207-
using Umbraco.Cms.Web.BackOffice.Security;
208208

209209
namespace MyUmbracoProject.CustomAuthentication;
210210

0 commit comments

Comments
 (0)