1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-25 10:26:00 +02:00

change keytar service name

This commit is contained in:
Kyle Spearrin 2018-02-11 01:02:04 -05:00
parent 224b11854e
commit e49e2c8ca7

View File

@ -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 {