Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienros committed Nov 27, 2024
1 parent 023f297 commit 07116b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/OrchardCore/OrchardCore.Users.Core/Services/UserStore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ public UserStore(ISession session,

public IEnumerable<IUserEventHandler> Handlers { get; private set; }

public void Dispose()
{
}

public string NormalizeKey(string key)
{
return _keyNormalizer == null ? key : _keyNormalizer.NormalizeName(key);
Expand Down

0 comments on commit 07116b0

Please sign in to comment.