mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 00:06:22 -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
|
||||
|
||||
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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user