Browse Source

set device security level during creation

tags/v0.12.5
Jonathan Cobb 4 years ago
parent
commit
10ce1c2eb0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      bubble-server/src/main/java/bubble/dao/device/DeviceDAO.java

+ 1
- 0
bubble-server/src/main/java/bubble/dao/device/DeviceDAO.java View File

@@ -88,6 +88,7 @@ public class DeviceDAO extends AccountOwnedEntityDAO<Device> {
} }


if (newDevicesCreated) refreshVpnUsers(); if (newDevicesCreated) refreshVpnUsers();
deviceIdService.setDeviceSecurityLevel(result);
return result; return result;
} }




Loading…
Cancel
Save