mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-06 01:15:28 +02: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 ||
|
!isAdmin ||
|
||||||
!showUserDeviceCount ||
|
!showUserDeviceCount ||
|
||||||
!uiConfig.maxSessionsCount ||
|
!uiConfig.maxSessionsCount ||
|
||||||
uiConfig.maxSessionsCount < 5
|
uiConfig.maxSessionsCount < 4
|
||||||
) {
|
) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user