mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 10:37:56 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			185 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			185 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| export function initialize(appInstance) {
 | |
|   const service = appInstance.lookup('service:csp-event');
 | |
|   service.attach();
 | |
| }
 | |
| 
 | |
| export default {
 | |
|   name: 'track-csp-event',
 | |
|   initialize,
 | |
| };
 | 
