mirror of
https://github.com/bitwarden/browser
synced 2025-01-29 04:29:32 +01:00
5f97f4c4a8
* OrgSvc - add new observable returning getAll$ method which accepts a required user id * OrgSvc - make user id optional * PolicySvc - getAll$ should use the new OrgSvc.getAll$ method so that it doesn't hang if there isn't an active user yet but a user id was passed in. * Fix policy service tests