mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +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