This commit is contained in:
john 2025-05-21 13:55:04 +02:00
parent e15399a85b
commit d31998b8ef
2 changed files with 1 additions and 20 deletions

View file

@ -2,7 +2,6 @@ namespace Femto.Common;
public interface ICurrentUserContext
{
bool HasUser { get; }
CurrentUser? CurrentUser { get; }
}