From e49e2c8ca7adf52f8e69f705752d092ff1e9fecf Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sun, 11 Feb 2018 01:02:04 -0500 Subject: [PATCH] change keytar service name --- src/main/messaging.main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/messaging.main.ts b/src/main/messaging.main.ts index 9f804ca8..e99fda9f 100644 --- a/src/main/messaging.main.ts +++ b/src/main/messaging.main.ts @@ -3,7 +3,7 @@ import { getPassword, setPassword, deletePassword } from 'keytar'; import { WindowMain } from './window.main'; -const KeytarService = 'bitwarden'; +const KeytarService = 'Bitwarden'; const SyncInterval = 5 * 60 * 1000; // 5 minutes export class MessagingMain {