Skip to content

Commit 243d0bb

Browse files
author
Warren Buckley
authored
Implement IUserSessionStore<BackOfficeIdentityUser> to fix timeout bug #11350 (#11351)
1 parent d6b4fd5 commit 243d0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Infrastructure/Security/BackOfficeUserStore.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace Umbraco.Cms.Core.Security
2424
/// <summary>
2525
/// The user store for back office users
2626
/// </summary>
27-
public class BackOfficeUserStore : UmbracoUserStore<BackOfficeIdentityUser, IdentityRole<string>>
27+
public class BackOfficeUserStore : UmbracoUserStore<BackOfficeIdentityUser, IdentityRole<string>>, IUserSessionStore<BackOfficeIdentityUser>
2828
{
2929
private readonly IScopeProvider _scopeProvider;
3030
private readonly IUserService _userService;

0 commit comments

Comments
 (0)