1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 16:23:29 +00:00
This commit is contained in:
Kyle Spearrin
2019-05-16 12:31:00 -04:00
parent 290e90ba8e
commit cf41c5e090

View File

@@ -193,7 +193,7 @@ namespace Bit.App
} }
else if(lockOption == 0) else if(lockOption == 0)
{ {
// TODO: Lock now? await _lockService.LockAsync(true);
} }
} }
} }