diff --git a/npm/ng-packs/packages/account/src/lib/services/authentication.service.ts b/npm/ng-packs/packages/account/src/lib/services/authentication.service.ts index ce35da4871..8348d07d51 100644 --- a/npm/ng-packs/packages/account/src/lib/services/authentication.service.ts +++ b/npm/ng-packs/packages/account/src/lib/services/authentication.service.ts @@ -51,7 +51,6 @@ export class AuthenticationService { const strategy = this.authService.activeAuthFlowStrategy; if (strategy instanceof AuthPasswordFlowStrategy) strategy.setRememberMe(remember); }), - take(1), ); } }