Browse Source

remove take(1) from authentication.service

pull/7861/head
mehmet-erim 6 years ago
parent
commit
425ab601ed
  1. 1
      npm/ng-packs/packages/account/src/lib/services/authentication.service.ts

1
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),
);
}
}

Loading…
Cancel
Save