()
| 18 | import { resetUserCache } from './user.js' |
| 19 | |
| 20 | export function refreshAuthDependentServices(): void { |
| 21 | void refreshRemoteManagedSettings() |
| 22 | void refreshPolicyLimits() |
| 23 | resetUserCache() |
| 24 | refreshGrowthBookAfterAuthChange() |
| 25 | clearTrustedDeviceToken() |
| 26 | void enrollTrustedDevice() |
| 27 | } |
| 28 | |
| 29 | export function handleAuthChangeInCommand( |
| 30 | context: LocalJSXCommandContext, |
no test coverage detected