diff --git a/apps/cli/src/auth/commands/login.command.ts b/apps/cli/src/auth/commands/login.command.ts index d25e9a70d8..7941478464 100644 --- a/apps/cli/src/auth/commands/login.command.ts +++ b/apps/cli/src/auth/commands/login.command.ts @@ -333,7 +333,7 @@ export class LoginCommand { } // Run full sync before handling success response or password reset flows (to get Master Password Policies) - await this.syncService.fullSync(true); + await this.syncService.fullSync(true, { skipTokenRefresh: true }); // Handle updating passwords if NOT using an API Key for authentication if (clientId == null && clientSecret == null) {