feat: build blazor client UI and PWA assets
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace ASTRAIN.Client.Services;
|
||||
|
||||
public class UserContext
|
||||
{
|
||||
public string UserId { get; private set; } = string.Empty;
|
||||
|
||||
public void SetUserId(string userId)
|
||||
{
|
||||
UserId = userId;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user