diff --git a/apps/desktop/src/autofill/services/ssh-agent.service.ts b/apps/desktop/src/autofill/services/ssh-agent.service.ts index 1077e3f66df..a61903a5c82 100644 --- a/apps/desktop/src/autofill/services/ssh-agent.service.ts +++ b/apps/desktop/src/autofill/services/ssh-agent.service.ts @@ -130,7 +130,7 @@ export class SshAgentService implements OnDestroy { // The active account may have switched with account switching during unlock const updatedAccount = await firstValueFrom(this.accountService.activeAccount$); return [message, updatedAccount.id] as const; - }) + }), ); }