From cf41c5e090d0aa84691481046bd3b15e2bdcf3a7 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 16 May 2019 12:31:00 -0400 Subject: [PATCH] lock now --- src/App/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/App.xaml.cs b/src/App/App.xaml.cs index 8c778006f..3827a617e 100644 --- a/src/App/App.xaml.cs +++ b/src/App/App.xaml.cs @@ -193,7 +193,7 @@ namespace Bit.App } else if(lockOption == 0) { - // TODO: Lock now? + await _lockService.LockAsync(true); } } }