mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
change keytar service name
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user