bunch of fixes
This commit is contained in:
@@ -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;
|
||||
//}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user