Skip to content

Commit

Permalink
Update iCloud account, Update websocket close on lock
Browse files Browse the repository at this point in the history
  • Loading branch information
aybeeseedee committed Jun 17, 2021
1 parent e0c9fc9 commit 1dae289
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/KloakBridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ class KloakBridge {
public lockKeyContainer = (): Promise<LockContainerResolve> => (
new Promise<LockContainerResolve>((resolve, _) => {
this.keyContainer = undefined;
if (KloakBridge.seguroConnection.websocketConnection) {
KloakBridge.seguroConnection.websocketConnection.close();
}
return resolve(<LockContainerResolve>['SUCCESS']);
})
)
Expand Down
2 changes: 1 addition & 1 deletion src/Network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const imapData = [
{
imap_server: 'imap.mail.me.com',
imap_username: '[email protected]',
imap_user_password: 'cfes-ofqz-khho-dppa',
imap_user_password: 'ivot-jygp-hxzj-pitq',
imap_port_number: 993
}
],
Expand Down

0 comments on commit 1dae289

Please sign in to comment.