mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-04-21 15:06:29 +03:00
remove test unlock
This commit is contained in:
@@ -7,8 +7,6 @@ namespace KeyKeeper;
|
||||
|
||||
public partial class RepositoryWindow: Window
|
||||
{
|
||||
public IPassStore? PassStore { private get; init; }
|
||||
|
||||
public RepositoryWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
@@ -17,7 +15,5 @@ public partial class RepositoryWindow: Window
|
||||
protected override void OnOpened(EventArgs e)
|
||||
{
|
||||
base.OnOpened(e);
|
||||
if (PassStore!.Locked)
|
||||
PassStore.Unlock(new CompositeKey("blablabla", null));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user