We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce0b891 + 528cea4 commit 1d0932fCopy full SHA for 1d0932f
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
203
{% code title="GenericBackOfficeExternalLoginProviderOptions.cs" lineNumbers="true" %}
204
```csharp
205
using Microsoft.Extensions.Options;
206
+using Umbraco.Cms.Api.Management.Security;
207
using Umbraco.Cms.Core;
-using Umbraco.Cms.Web.BackOffice.Security;
208
209
namespace MyUmbracoProject.CustomAuthentication;
210
0 commit comments