mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Update policy service to clear its own state (#8564)
This commit is contained in:
@@ -78,5 +78,4 @@ export abstract class PolicyService {
|
||||
export abstract class InternalPolicyService extends PolicyService {
|
||||
upsert: (policy: PolicyData) => Promise<void>;
|
||||
replace: (policies: { [id: string]: PolicyData }) => Promise<void>;
|
||||
clear: (userId?: string) => Promise<void>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user