From 899b91edb63609aecff0c36e29065cf0a6682417 Mon Sep 17 00:00:00 2001 From: Mikhail Yasnov Date: Tue, 22 Jun 2021 14:14:33 +0300 Subject: [PATCH] Add device platform for Web --- .../ru/touchin/auth/core/device/dto/enums/DevicePlatform.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }