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
1 changed files with 1 additions and 1 deletions

View File

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