Skip to content

Commit 1d0932f

Browse files
authored
Merge pull request #6675 from stevetemple/patch-12
Sample code is using v13 namespace and doesn't compile
2 parents ce0b891 + 528cea4 commit 1d0932f

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)