Explorar el Código

set device security level during creation

tags/v0.12.5
Jonathan Cobb hace 4 años
padre
commit
10ce1c2eb0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 Ver fichero

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

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



Cargando…
Cancelar
Guardar