bunch of fixes

This commit is contained in:
TheXamlGuy
2024-05-02 20:58:12 +01:00
parent e98e622003
commit 4b05abad9b
23 changed files with 115 additions and 192 deletions
+1 -4
View File
@@ -12,10 +12,7 @@ public class OpenVaultHandler(IMediator mediator) :
{
if (vault.Password is { Length: > 0 } password)
{
//if (await mediator.Handle<Open<VaultStorage>, bool>(Open.As(new VaultStorage("Personal", password)), cancellationToken))
//{
// return true;
//}
}
}