1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-13 14:53:18 +00:00

formatting fixes

This commit is contained in:
Kyle Spearrin
2020-06-07 11:54:14 -04:00
parent 473e93ea16
commit 4155f69e3c
2 changed files with 5 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ namespace Bit.iOS.Extension
PerformSegue("setupSegue", this);
return;
}
if (! await IsAuthed())
if (!await IsAuthed())
{
LaunchLoginFlow();
return;