Skip to content

Commit

Permalink
Implement IUserSessionStore<BackOfficeIdentityUser> to fix timeout bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Buckley authored Oct 11, 2021
1 parent d6b4fd5 commit 243d0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Umbraco.Infrastructure/Security/BackOfficeUserStore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace Umbraco.Cms.Core.Security
/// <summary>
/// The user store for back office users
/// </summary>
public class BackOfficeUserStore : UmbracoUserStore<BackOfficeIdentityUser, IdentityRole<string>>
public class BackOfficeUserStore : UmbracoUserStore<BackOfficeIdentityUser, IdentityRole<string>>, IUserSessionStore<BackOfficeIdentityUser>
{
private readonly IScopeProvider _scopeProvider;
private readonly IUserService _userService;
Expand Down

0 comments on commit 243d0bb

Please sign in to comment.