Add device platform for Web

This commit is contained in:
Mikhail Yasnov 2021-06-22 14:14:33 +03:00
parent c50bf4df50
commit 899b91edb6
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
package ru.touchin.auth.core.device.dto.enums
enum class DevicePlatform {
Android, Huawei, Apple
Android, Huawei, Apple, Web
}