Skip to content

Commit 3c3c821

Browse files
authored
Update 16/umbraco-cms/reference/security/two-factor-authentication.md
1 parent 195217b commit 3c3c821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-cms/reference/security/two-factor-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ If you already have a members-only page with the edit profile options, you can s
173173
```csharp
174174
@using Umbraco.Cms.Core.Services;
175175
@using Umbraco.Cms.Web.Website.Controllers;
176-
@using Umbraco.Cms.Core.Services;
176+
@using Umbraco.Cms.Core.Models;
177177
@using Umbraco.Cms.Web.Website.Models;
178178
@using My.Website;
179179
@inject MemberModelBuilderFactory MemberModelBuilderFactory

0 commit comments

Comments
 (0)