Fix formatting (#1975)

This commit is contained in:
Federico Maccaroni 2022-07-05 18:44:45 -03:00 committed by GitHub
parent d246d1dece
commit 547e61a66b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -349,7 +349,7 @@ namespace Bit.App.Pages
_messagingService.Send("logout"); _messagingService.Send("logout");
} }
} }
public void TogglePassword() public void TogglePassword()
{ {
ShowPassword = !ShowPassword; ShowPassword = !ShowPassword;