Removed automatic LocalStorageService registration
continuous-integration/drone/pr Build is passing

This commit is contained in:
Khwezi Mngoma
2026-06-13 10:18:42 +02:00
parent 9296f0331e
commit 8e1df7938b
2 changed files with 3 additions and 5 deletions
@@ -1,8 +1,6 @@
using LiteCharms.Features.Abstractions;
namespace LiteCharms.Features.Browser;
namespace LiteCharms.Features.Browser;
public sealed class LocalStorageService(ProtectedLocalStorage storage) : IService
public sealed class LocalStorageService(ProtectedLocalStorage storage)
{
public async ValueTask<Result> DeleteAsync(string key)
{