mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	feat: change max session count warning to 4 devices (#8792)
This commit is contained in:
		
							parent
							
								
									ec19ab03c1
								
							
						
					
					
						commit
						cd0a65a279
					
				@ -14,7 +14,7 @@ export const SecurityBanner = () => {
 | 
			
		||||
        !isAdmin ||
 | 
			
		||||
        !showUserDeviceCount ||
 | 
			
		||||
        !uiConfig.maxSessionsCount ||
 | 
			
		||||
        uiConfig.maxSessionsCount < 5
 | 
			
		||||
        uiConfig.maxSessionsCount < 4
 | 
			
		||||
    ) {
 | 
			
		||||
        return null;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user