mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	Revert "chore: align the system user defined in core.ts with the one created in the migration (#5845)" (#5852)
				
					
				
			This reverts commit 0b5ac19d9a.
			
			
This commit is contained in:
		
							parent
							
								
									2a723ea9e8
								
							
						
					
					
						commit
						3779a6f0fb
					
				| @ -22,14 +22,12 @@ export interface IUnleash { | ||||
|     version: string; | ||||
| } | ||||
| 
 | ||||
| // Used by unleash internally for performing system actions that have
 | ||||
| // no user
 | ||||
| export const SYSTEM_USER: IUser = { | ||||
|     email: '', | ||||
|     email: 'systemuser@getunleash.io', | ||||
|     id: -1337, | ||||
|     imageUrl: '', | ||||
|     isAPI: false, | ||||
|     name: 'Unleash System', | ||||
|     name: 'Used by unleash internally for performing system actions that have no user', | ||||
|     permissions: [], | ||||
|     username: 'unleash_system_user', | ||||
| }; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user