mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
change keytar service name
This commit is contained in:
parent
224b11854e
commit
e49e2c8ca7
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user