mirror of
https://github.com/bitwarden/mobile
synced 2025-12-13 14:53:18 +00:00
formatting fixes
This commit is contained in:
@@ -71,7 +71,7 @@ namespace Bit.iOS.Extension
|
||||
PerformSegue("setupSegue", this);
|
||||
return;
|
||||
}
|
||||
if (! await IsAuthed())
|
||||
if (!await IsAuthed())
|
||||
{
|
||||
LaunchLoginFlow();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user