|
@@ -31,7 +31,7 @@ public class DefaultHttpContextAccessor : ISessionContext, IScopeDependency
|
|
public HttpContext? HttpContext { get => GetContext(); set => _content = value; }
|
|
public HttpContext? HttpContext { get => GetContext(); set => _content = value; }
|
|
|
|
|
|
|
|
|
|
- public string? OpenId { get { return TestSessionConstants.OpenId; } set { } }
|
|
|
|
|
|
+ public string? OpenId { get; init; }
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
/// Id of current tenant or null for host
|
|
/// Id of current tenant or null for host
|