[MM-54463] Enforce secure keyboard entry on macOS when a password box is focused (#2829)

* [MM-54463] Enforce secure keyboard entry on macOS when a password box is focused

* PR feedback
This commit is contained in:
Devin Binnie
2023-09-15 10:24:19 -04:00
committed by GitHub
parent 88e1fea4e7
commit d5f5c4849a
4 changed files with 26 additions and 0 deletions

View File

@@ -175,3 +175,5 @@ export const MAIN_WINDOW_FOCUSED = 'main-window-focused';
export const VALIDATE_SERVER_URL = 'validate-server-url';
export const GET_IS_DEV_MODE = 'get-is-dev-mode';
export const TOGGLE_SECURE_INPUT = 'toggle-secure-input';