Skip to content

Commit

Permalink
fix: make password private
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvvv1vvvvvv committed Dec 4, 2024
1 parent 10afea0 commit 4650e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/service/keyring/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export class KeyringService extends EventEmitter {
store!: ObservableStore<any>;
memStore: ObservableStore<MemStoreState>;
keyrings: any[];
password: string | null = null;
private password: string | null = null;

constructor() {
super();
Expand Down

0 comments on commit 4650e43

Please sign in to comment.