mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-11-03 20:17:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			272 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			272 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
// this model is just used for integration tests
 | 
						|
//
 | 
						|
 | 
						|
import AuthMethodModel from './auth-method';
 | 
						|
import { fragment } from 'ember-data-model-fragments/attributes';
 | 
						|
 | 
						|
export default AuthMethodModel.extend({
 | 
						|
  otherConfig: fragment('mount-config', { defaultValue: {} }),
 | 
						|
});
 |