diff --git a/auth-core/src/main/kotlin/ru/touchin/auth/core/device/dto/enums/DevicePlatform.kt b/auth-core/src/main/kotlin/ru/touchin/auth/core/device/dto/enums/DevicePlatform.kt index 06ff945..f20ba71 100644 --- a/auth-core/src/main/kotlin/ru/touchin/auth/core/device/dto/enums/DevicePlatform.kt +++ b/auth-core/src/main/kotlin/ru/touchin/auth/core/device/dto/enums/DevicePlatform.kt @@ -1,5 +1,5 @@ package ru.touchin.auth.core.device.dto.enums enum class DevicePlatform { - Android, Huawei, Apple + Android, Huawei, Apple, Web }