mirror of
https://github.com/bitwarden/android.git
synced 2025-12-11 13:57:03 -06:00
PM-21285: Ensure route data is serializable (#5141)
This commit is contained in:
parent
0eccc7197e
commit
ecea2ef7c1
@ -1,10 +1,12 @@
|
|||||||
package com.x8bit.bitwarden.ui.auth.feature.loginwithdevice.model
|
package com.x8bit.bitwarden.ui.auth.feature.loginwithdevice.model
|
||||||
|
|
||||||
import com.x8bit.bitwarden.ui.auth.feature.loginwithdevice.LoginWithDeviceScreen
|
import com.x8bit.bitwarden.ui.auth.feature.loginwithdevice.LoginWithDeviceScreen
|
||||||
|
import kotlinx.serialization.Serializable
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents the different ways you may want to display the [LoginWithDeviceScreen].
|
* Represents the different ways you may want to display the [LoginWithDeviceScreen].
|
||||||
*/
|
*/
|
||||||
|
@Serializable
|
||||||
enum class LoginWithDeviceType {
|
enum class LoginWithDeviceType {
|
||||||
OTHER_DEVICE,
|
OTHER_DEVICE,
|
||||||
SSO_ADMIN_APPROVAL,
|
SSO_ADMIN_APPROVAL,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user