PM-21285: Ensure route data is serializable (#5141)

This commit is contained in:
David Perez 2025-05-07 11:53:14 -05:00 committed by GitHub
parent 0eccc7197e
commit ecea2ef7c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,12 @@
package com.x8bit.bitwarden.ui.auth.feature.loginwithdevice.model
import com.x8bit.bitwarden.ui.auth.feature.loginwithdevice.LoginWithDeviceScreen
import kotlinx.serialization.Serializable
/**
* Represents the different ways you may want to display the [LoginWithDeviceScreen].
*/
@Serializable
enum class LoginWithDeviceType {
OTHER_DEVICE,
SSO_ADMIN_APPROVAL,